Skip to content

@momentum-ui/angular is deprecated an no longer maintained This repo is for historical reference only.

License

Notifications You must be signed in to change notification settings

momentum-design/momentum-angularjs

Repository files navigation

@momentum-ui/angular is deprecated an no longer maintained

This repo is for historical reference only.

Momentum UI AngularJS is a UI framework for implementing Cisco Momentum Design into web apps and sites.

@momentum-ui/angularjs

Momentum UI Angular is a UI framework for implementing Cisco Momentum Design into web apps and sites.

Table of Contents

Install

Install and manage the Momentum UI Angular using NPM. You may use yarn or npm. By default, yarn/npm installs packages to node_modules/.

npm install @momentum-ui/angularjs --save

or

yarn add @momentum-ui/angularjs

Usage

NgModule

Import the @momentum-ui/angularjs into your apps main module to make the components/directives available throughout your app.

export default angular
  .module('app', [
    require('@momentum-ui/angularjs').default,
  ])
  .component('app', new AppComponent())
  .name;

Contribute

See the contributing file!

PRs accepted.

License

© 2014-2019 Cisco and/or its affiliates. All Rights Reserved.

About

@momentum-ui/angular is deprecated an no longer maintained This repo is for historical reference only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published