An open API service indexing awesome lists of open source software.

https://github.com/miguelramos/ng-lib-skeleton

Angular library skeleton based on ngrx.
https://github.com/miguelramos/ng-lib-skeleton

angular library skeleton

Last synced: about 1 month ago
JSON representation

Angular library skeleton based on ngrx.

Awesome Lists containing this project

README

          

# Angular skeleton for libraries [![npm version](https://badge.fury.io/js/ng-lib-skeleton.svg)](http://badge.fury.io/js/ng-lib-skeleton)

Reactive libraries for Angular

## Instructions

Go thru build dir and change mylib to your name lib and all needed files where rename is needed.

- package.json
- tsconfig.json
- modules/*
- build/* (config.ts and task.ts)
- example-app/*

## Support

[![Author](https://img.shields.io/badge/author-miguelramos-blue.svg)](https://twitter.com/miguelonspring)

## Packages

- [@nglib/mylib](./README.md) - Simple and clean library example

## Examples
- [example-app](./example-app/README.md) - Example application using @nglib libraries, showcasing common patterns and best practices.

## Contributing
Please read [contributing guidelines here](./CONTRIBUTING.md).