This project is an Angular framework that provides a set of reusable components, services, and utilities to accelerate the development of Angular applications. It aims to simplify common tasks and promote best practices in Angular development.
npm install @ioco-dev/angular-frameworkThis project is an Angular framework that provides a set of reusable components, services, and utilities to accelerate the development of Angular applications. It aims to simplify common tasks and promote best practices in Angular development.
- Error handling
- Monitoring
- Examples of services
- Strongly typed Navigation
- Modals
- Complex snackbar
To get started with the IOCO Angular Framework, follow these steps:
1. Create a new angular project: ng new
2. Add the IOCO angular framework: ng add @ioco-dev/angular-framework
3. Start the development server: npm start
4. Open your browser and navigate to http://localhost:4200