Skip to content

Commit 4f54746

Browse files
committed
Add guides on docs folder
1 parent 9c5bb86 commit 4f54746

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Each Pull Request will contain explanation and steps taken to complete a feature.
66

7+
## Guides
8+
9+
[Angular guides](docs/README.md)
10+
711
## New project
812

913
- [Create a new Angular project](https://github.com/brunolm/angular-how-to/pull/1)

docs/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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)

0 commit comments

Comments
 (0)