6-comp-test 中文文档教程
6px Angular Module Starter
Angular 模块的开始
这使用了 systemjs。 下面将模块添加到您的映射中。
map: {
app: 'app',
// angular bundles
...
'6-comp-test': 'node_modules/6-comp-test/bundles/angular-module-starter.umd.js'
}
然后将其添加到您的应用程序模块。
import { AngularModuleStarterModule } from '6-comp-test';
Credits
这个项目基本上是一个精简版 角异步本地存储 通过 https://github.com/cyrilletuzi。 在他的博客中,他解释了如何建立一个体面的 角度模块:https://medium.com/@ cyrilletuzi/how-to-build-and-publish-an-angular-module-7ad19c0b4464#.9y88ipdk7
License
麻省理工学院
6px Angular Module Starter
A start for Angular modules
This uses systemjs. Below add the module to your mapping.
map: {
app: 'app',
// angular bundles
...
'6-comp-test': 'node_modules/6-comp-test/bundles/angular-module-starter.umd.js'
}
Then add this to your app module.
import { AngularModuleStarterModule } from '6-comp-test';
Credits
This project is basically a stripped down version of angular-async-local-storage by https://github.com/cyrilletuzi. In his blog he explains how to build a decent Angular module: https://medium.com/@cyrilletuzi/how-to-build-and-publish-an-angular-module-7ad19c0b4464#.9y88ipdk7
License
MIT