This repository is a snapshot created for documentation and knowledge-sharing purposes, capturing the content of a technical training delivered for a specific audience. The training focused on building a frontend application with Angular.
- Angular Fundamentals: Core concepts like components, services, and component communication (Input/Output).
- Styling with Bootstrap: Integration and usage of the Bootstrap framework for UI components.
- Application Structure: Building a structured application with a main layout, feature modules, and routing.
- State Management & Services: Using services to manage and provide data to components (e.g.,
BrandsService). - Component-Based UI: Creating reusable UI components like
brand-list-groupand forms likecreate-brand-form. - Routing: Implementing navigation between different pages/views of the application.
- Technologies Used: Angular, TypeScript, SCSS, Bootstrap.
Note: This repository is not intended for ongoing development; it is an archive of a specific training program and is provided for reference and knowledge sharing.