Sunday, October 29, 2017

"My ally, the CLI" was a talk by Mike Brocchi at AngularMix.

ng new whatever --minimal is the command to set up a new minimal (used to be called: "bare bones") project, of the modern Angular CLI shape as suggested here. There, it's already awesome! By default we are following John Papa's style guide, but schematics will allow you to define your own templates for defaults for things like components and modules. The angular-devkit is where schematics live. Mike recommended "rubber ducking" which is the art of asking a rubber duck questions in the name of figuring out an issue.

No comments:

Post a Comment