0.0.1 • Published 7 years ago

npm-ng2-test-package v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Angular2 test package

Install

npm i npm-ng2-test-package --save

Usage

import { Ng2TestModuleModule } from 'npm-ng2-test-package';

@NgModule({
  imports: [
    ...
    Ng2TestModuleModule
    ...
  ],
  declarations: [],
  bootstrap: []
})

And then use it in your component

<app-hello-world></app-hello-world>