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

https://github.com/svengraziani/ngx-arch

This project is intending to provide a set of interfaces, architecture patterns and paradigms that are easily extensible and usable.
https://github.com/svengraziani/ngx-arch

angular architecture hacktoberfest

Last synced: 4 days ago
JSON representation

This project is intending to provide a set of interfaces, architecture patterns and paradigms that are easily extensible and usable.

Awesome Lists containing this project

README

          

# Angular Architecture Extension (NgxArch)

[![npm version](https://badge.fury.io/js/@ngxarch%2Fcommons.svg)](https://badge.fury.io/js/@ngxarc%2Fcommons)
This project is intending to provide a set of interfaces, architecture patterns and paradigms that are easily extensible and usable.

Docs:

- [Angular Architecture Extension (NgxArch)](#angular-architecture-extension-ngxarch)
- [Changelog](#changelog)
- [Packages](#packages)

## Changelog

- Deprecated `connectHttpProcess` in favor for `processFromHttpEvent`.
- Removed examples for isAuthenticated directive.

## Packages

- [Reactive Countdown](libs/countdown/README.md) Countdown utility. This library is for you whenever you need a reactive countdown or timer.