@ioco-dev/angular-framework
v18.1.5
Published
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.
Downloads
118
Readme
IOCO Angular Framework
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.
Features
- Error handling
- Monitoring
- Examples of services
- Strongly typed Navigation
- Modals
- Complex snackbar
Getting started
To get started with the IOCO Angular Framework, follow these steps:
- Create a new angular project:
ng new <Angular-project>
- Add the IOCO angular framework:
ng add @ioco-dev/angular-framework
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:4200