Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

momentum-design/momentum-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

402 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

This repo is for historical reference only.

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.

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16

Languages