Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pechemann/angular-toolbox
A library that provides useful tools for Angular apps development.
https://github.com/pechemann/angular-toolbox
Last synced: 2 months ago
JSON representation
A library that provides useful tools for Angular apps development.
- Host: GitHub
- URL: https://github.com/pechemann/angular-toolbox
- Owner: pechemann
- License: mit
- Created: 2023-06-14T05:45:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:08:02.000Z (2 months ago)
- Last Synced: 2024-08-29T14:18:03.502Z (2 months ago)
- Language: TypeScript
- Homepage: https://pascalechemann.com/angular-toolbox
- Size: 1.9 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - angular-toolbox - A library that provides useful tools for Angular apps development. (Table of contents / Third Party Components)
- fucking-awesome-angular - angular-toolbox - A library that provides useful tools for Angular apps development. (Table of contents / Third Party Components)
- fucking-awesome-angular - angular-toolbox - A library that provides useful tools for Angular apps development. (Table of contents / Third Party Components)
- fucking-awesome-angular - angular-toolbox - A library that provides useful tools for Angular apps development. (Table of contents / Third Party Components)
README
# Angular Toolbox
A library that provides useful tools for Angular apps development.## Installation
```
npm install angular-toolbox
```## YouTube Channel
For announcements and more content, please visit our YouTube channel at:
https://www.youtube.com/@AngularToolbox
## Angular Toolbox Demo
Quickly and easily get started with Angular Toolbox compiled, production-ready files with this barebones example featuring some basic Demo and helpful links.
Install all our examples to get started:
```
npm ng serve angular-toolbox-demo --open
```## HTTP Mocking Framework Demo
Angular Toolbox comes with a powerful and easy-to-use HTTP mocking framework.
Run the following command to start the **HTTP Mocking Framework Demo** application:
```
ng serve http-mocking-framework-example --open
```A video presentation of the "HTTP Mocking Framework" is available on the *Angular Toolbox YouTube Channel* at:
## Online Help
To get more help on the Angular Toolbox project go check out the online version of the [Angular Toolbox Demo](https://pascalechemann.com/angular-toolbox) app.
## License
All Angular Toolbox material (not limited to this list), including source code, media files, examples, documentation are provided according to the license agreement in the LICENSE file.
An online version of the LICENSE file is available on the [Angular Toolbox License](https://pascalechemann.com/angular-toolbox/resources/license) page.