随笔分类 - Schematics
摘要:// eslint exercise 4 (no-console) // When you're finished with this exercise, run // "npm start exercise.eslint.5" // to move on to the next exercise
阅读全文
摘要:// eslint exercise 1 (no-console) // When you're finished with this exercise, run // "npm start exercise.eslint.2" // to move on to the next exercise
阅读全文
只有注册用户登录后才能阅读该文。
摘要:Schematices using EJS as template language. template: output file:
阅读全文
摘要:1. Create a src/my-component/files/src/app directory to hold your templates. 2. Create an app.component.ts file in src/my-component/files/src/app and
阅读全文
摘要:1. Install schematics cli: 2. Then run schematics to create a new blank project: It creates folder with number of files for you. 3. One important thin
阅读全文