Skip to content

marwahaha/learn-angular4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Angular 4

learn-angular4 is a simple repository to keep my study files while I keep learning...

Init a new project with angular-cli, you can run:

$ ng new appName

To run your app, access created directory and run:

$ cd appName
$ ng server

Components

To generate your components, you need to run ng generate component componentName or abreviate command ng g c componentName.

if you are not using tests, you can omit this to create a spec file to our component, using this flag --spec=false.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors