From the course: Angular: Building Large Applications
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Next steps - Angular Tutorial
From the course: Angular: Building Large Applications
Next steps
- [Instructor] This course was an overview of common tools and practices used to implement large Angular apps. This was a first step to cover the basics. Keep in mind that when moving towards enterprise-class application and scaling, there are a number of different roles that can lead to your final destination, so make sure to further explore the options presented in this course in order to understand how the tools fit into your roadmap. For example, get a good grasp of continuous integration and continuous deployment and testing. Use the free version of Travis to test a few of your repos and projects. This will get you going with best practices and may help prevent a lot of problems that are easy to miss when developing locally. And finally, if you aren't doing this already, be sure to implement good testing and linting practices with the included Karma, Jasmine libraries with Angular, or any of the recommended players. Using these tools when you code is like eating a good diet. It…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.