flex-web

a component library for new angular2 project quick-start

Usage no npm install needed!

<script type="module">
  import flexWeb from 'https://cdn.skypack.dev/flex-web';
</script>

README

flex-web

a component library for new angular2 project quick-start

依赖

Node.js

npm install flex-web

Intellij Idea或Webstorm

请安装AngularJS插件以支持Angular库及代码提示

Angular2

    @NgModule({
        imports: [
            UIComponentModule
        ]
    })
    export class AppModule {
    }