0.0.2 • Published 7 years ago

ng2-package-cbjtest v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ng2-package

什么都没有,只显示一个页面的空架子。 nothing, just for test

使用方法

1 安装

npm install ng2-package-cbjtest

2 引用

import { MainModule } from 'ng2-package-cbjtest';
@NgModule({
 ...
  imports: [
    ...
    MainModule,
    ...
  ],
  ...
})