Skip to content

gilliamroelofs/betatalks-introducing-angular-schematics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Getting started with Angular schematics

This repo contains the scaffolded Angular projects which were part of te Betatalk "Getting started with Angular Schematics, Prt. 1". Check it out

You already use schematics

Angular CLI

npm install @angular/cli -g

GitHub: @schematics/angular

Schematics:

  • Transform an in-memory representation of the file system (Tree).

  • Define adaptable functions that return Rule(s).

lets create schematics

Angular-devkit

npm install @angular-devkit/schematics-cli -g

Angular Docs

lets explore hello-world

schematics schematic --name=hello-world 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published