6-comp-test 中文文档教程

发布于 7年前 浏览 24 项目主页 更新于 3年前

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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文