Socket
Socket
Sign inDemoInstall

@momentum-ui/angularjs

Package Overview
Dependencies
18
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @momentum-ui/angularjs

Cisco Momentum UI AngularJS 1.X components


Version published
Weekly downloads
728
increased by43.31%
Maintainers
2
Install size
21.0 MB
Created
Weekly downloads
 

Readme

Source

@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
  • Usage
  • Contribute
  • License

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.

Keywords

FAQs

Last updated on 08 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc