SoftUni is the largest and most authoritative educational IT institution in Bulgaria, providing quality education for the digital professions of the future and career assistance in software engineering, digital marketing, and design.
The "Angular" course will give students knowledge and practical skills to build client applications (Single Page Applications) with Angular technology, a working framework created by Google and one of the most popular at the moment. You'll learn what TypeScript is, its basic syntax and concepts, and what more JavaScript offers in terms of convenience for development in the browser and on mobile platforms. We will study what Single Page Applications (SPA) are, architectural patterns for SPA applications, components, directives, and their implementation in Angular. You will also study views and templates for data visualization (templates), models, components, data binding, working with many views, observables, routing, extracting data from a REST service, and dependency injection (DI).
- Development of client applications with Angular
- Building component-based applications
- Working with SPA concepts
- Working with basic concepts from TypeScript
- Working with remote REST services
- Working with templates and routing
Please keep in mind that if you want to use any of these materials after downloading the repository, you should run the npm install
command into your VS Code terminal to generate the node_modules
folder.