Member-only story
Before following through the tutorial, you should know some basic stuff.
- Angular
- Basic concept such as interpolation, component, directive.
- Reactive Forms
- Router, lazy loading module
- How to communicate between parent and children component, @Input and @Output
2. Typescript basic: interface, class
3. Package Manager: npm
or yarn
4. RxJS operators: map
, combineLatest
and so on
- Create a commit
- Push the changes to remote
- Git merge and pull request
6. How to use command line on Windows (Because I use Windows environment, it could be different on MAC)
Note: Why involves using a command line? Which in the past was never required as a frontend dev. It is just because of the modern front end tooling utilize the CMD a lot more than before. If you’ve never used one, you can read this tutorial to get a good overview to get started. For better or for worse, knowing how to use the command line is an important part of modern JavaScript (and it opens up doors in other areas of development as well).
In short, that is how it looks on Windows. Press Windows + R
and type cmd
.