https://github.com/frontendmasters/angular-components
[Course] Code for the AngularJS 1.x Components & ES6 Course
https://github.com/frontendmasters/angular-components
Last synced: 8 months ago
JSON representation
[Course] Code for the AngularJS 1.x Components & ES6 Course
- Host: GitHub
- URL: https://github.com/frontendmasters/angular-components
- Owner: FrontendMasters
- Created: 2015-07-20T13:46:00.000Z (over 10 years ago)
- Default Branch: step-1
- Last Pushed: 2024-03-01T21:04:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T03:52:39.802Z (8 months ago)
- Language: JavaScript
- Homepage: https://frontendmasters.com/courses/angular-components-es6/
- Size: 538 KB
- Stars: 57
- Watchers: 14
- Forks: 171
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!NOTE]
> This repo is from an archived version of the course. Watch the latest version of the course on [frontendmasters.com](https://frontendmasters.com/courses/angular-fundamentals/).
# angular-components
This repository's steps are in the branches. The final branch is "blog".
To get on the correct branch use this command, replacing BRANCH with the branch you want to switch to.
```
git checkout -b BRANCH origin/BRANCH
```