File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Each Pull Request will contain explanation and steps taken to complete a feature.
6
6
7
+ ## Guides
8
+
9
+ [ Angular guides] ( docs/README.md )
10
+
7
11
## New project
8
12
9
13
- [ Create a new Angular project] ( https://github.com/brunolm/angular-how-to/pull/1 )
Original file line number Diff line number Diff line change
1
+ # Angular
2
+
3
+ - [ Official Website] ( https://angular.io/ )
4
+ - [ Cheat Sheet] ( https://angular.io/guide/cheatsheet )
5
+
6
+ ## Guides
7
+
8
+ - ** [ Style Guide (project architecture, naming conventions, ...)] ( https://angular.io/guide/styleguide ) **
9
+ - [ File Structure Conventions] ( https://angular.io/guide/styleguide#file-structure-conventions )
10
+ - [ General Naming Conventions] ( https://angular.io/guide/styleguide#general-naming-guidelines )
11
+ - [ Coding Conventions] ( https://angular.io/guide/styleguide#coding-conventions )
12
+ - [ Overall Structural Guidelines] ( https://angular.io/guide/styleguide#overall-structural-guidelines )
13
+ - [ Components] ( https://angular.io/guide/styleguide#components )
14
+ - [ Directives] ( https://angular.io/guide/styleguide#directives )
15
+ - [ Services] ( https://angular.io/guide/styleguide#services )
16
+ - [ Tutorial (Complete Hero Application)] ( https://angular.io/tutorial )
You can’t perform that action at this time.
0 commit comments