🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@ionic/angular

Package Overview
Dependencies
Maintainers
18
Versions
3516
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/angular

Angular specific wrappers for @ionic/core

4.4.0-dev.201905072249.02badf9
Source
npm
Version published
Weekly downloads
134K
-3.1%
Maintainers
18
Weekly downloads
 
Created
Source

@ionic/angular

Ionic Angular specific building blocks on top of @ionic/core components.

License

Testing ng-add in ionic

  • Pull the latest from master
  • Build ionic/angular: npm run build
  • Run npm link from ionic/angular directory
  • Create a blank angular project
ng new add-test
// Say yes to including the router, we need it
cd add-test
  • To run schematics locally, we need the schematics-cli (once published, this will not be needed)
npm install @angular-devkit/schematics-cli
  • Link @ionic/angular
npm link @ionic/angular
  • Run the local copy of the ng-add schematic
$ npx schematics @ionic/angular:ng-add

You'll now be able to add ionic components to a vanilla Angular app setup.

Keywords

ionic

FAQs

Package last updated on 07 May 2019

Did you know?

Socket

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