@momentum-ui/angular
TypeScript icon, indicating that this package has built-in type declarations

11.7.7 • Public • Published

Momentum UI Angular

CircleCI npm (scoped) license

@momentum-ui/angular

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/angular --save

or

yarn add @momentum-ui/angular

Usage

NgModule

Import the components that you would like to use in the NgModule and declare them in the "imports" using the forRoot() function.

import BadgeModule from '@momentum-ui/angular/lib/badge';
// or
import { BadgeModule } from '@momentum-ui/angular';

@NgModule({
  imports: [
    BadgeModule.forRoot()
  ]
})

Then import the components into the components where you will use them.

import BadgeComponent from '@momentum-ui/angular/lib/badge';
//or
import { BadgeComponent } from '@momentum-ui/angular';

Contribute

See the contributing file!

PRs accepted.

License

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

Package Sidebar

Install

npm i @momentum-ui/angular

Weekly Downloads

751

Version

11.7.7

License

MIT

Unpacked Size

10.2 MB

Total Files

823

Last publish

Collaborators

  • mithun6366
  • akshatatray
  • yanaharris
  • rathnavel
  • chrisaduboiscisco
  • maxinteger
  • nataliadelmar
  • christoph.codes
  • ritudey
  • parsoman
  • vshanbha
  • vinitkumargoel
  • pauljeter
  • collab-ui-bot
  • elenagiere
  • futurethang
  • torgeadelin
  • mmeraj
  • kehyde