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.
- Host: GitHub
- URL: https://github.com/svengraziani/ngx-arch
- Owner: svengraziani
- Created: 2022-07-20T15:20:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T19:48:50.000Z (over 3 years ago)
- Last Synced: 2025-10-29T15:33:26.455Z (5 months ago)
- Topics: angular, architecture, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 997 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Architecture Extension (NgxArch)
[](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.