摘要:
Cli安装命令 ng new my-project --style less --routing cd my-project ng add ng-alain npm start 使用CLI安装,是一个干净的脚手架;使用克隆代码会包含所有示例。 git clone --depth=1 https:// 阅读全文
摘要:
directive指令: var myModule = angular.module(...); myModule.directive('directiveName', function factory(injectables) { var directiveDefinitionObject = { 阅读全文