0.0.2 • Published 6 years ago

example-angular-module v0.0.2

Weekly downloads
2
License
GPL-3.0+
Repository
github
Last release
6 years ago

Example Angular Module

A minimal example of an npm publishable angular module. Should be installable using npm i -s example-angular-module and by importing ExampleAngularModule.forRoot() in your angular app.

Features

  • NgModule ExampleAngularModule
    • Providers in forRoot() for lazy loading of services
  • Service ExampleService
    • With sync and async tests

TODO

  • Optimize build configuration
  • Set up Karma
0.0.2

6 years ago

0.0.1

6 years ago