1.0.3 • Published 2 years ago
@annuadvent/ngx-core v1.0.3
@annuadvent/ngx-core:
The ngx-core library serves as the foundation for the other libraries in the group. It provides core functionalities and abstractions that are utilized across the entire suite of libraries. This includes common services for handling authentication, API communication, error handling, and state management. Furthermore, ngx-core seamlessly integrates with Firebase, a widely-used backend as a service (BaaS) platform, offering functionalities such as real-time database synchronization, cloud storage, and authentication services.
What this ngx-core library should contain:
- ngx-core should have fully independent modules/services/interfaces/pipes/constants etc.
- It should not contain UI components. Better define them in ngx-common-ui or other specefic library projects.Workspace repository
- To contribute code with
ngx-corelibrary, it is recommended to work throughngx-workspaceproject, that integrates all libraries and provides all required scripts tobuild, deploy and testthem. - ngx-workspace Github