├── README.md └── .gitattributes /README.md: -------------------------------------------------------------------------------- 1 | # Angular-Learning 2 | All Basic Concepts of Angular 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | --------------------------------------------------------------------------------