Socket
Book a DemoInstallSign in
Socket

@nico.lueg/ionic-angular

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nico.lueg/ionic-angular

Angular specific wrappers for @nico.lueg/ionic-core

latest
Source
npmnpm
Version
5.6.3
Version published
Maintainers
1
Created
Source

@ionic/angular

Ionic Angular specific building blocks on top of @nico.lueg/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/dist 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 Apr 2021

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