@atlasng/common
v0.0.6
Published
Common library for AtlasNG
Readme
@atlasng/common
A shared Angular library containing utilities, pipes, directives, guards, and services that are used across multiple applications and libraries in the AtlasNG monorepo. This library is the single source of truth for cross-cutting concerns that do not belong to any single feature domain.
Overview
The common library provides:
- Pipes: Reusable Angular pipes for formatting, transforming, and presenting data in templates
- Directives: Structural and attribute directives for declarative DOM manipulation and behavior
- Guards: Route guards for controlling navigation and access across applications
- Shared Services: Stateless helper services and utility functions consumed by multiple features
- Type Utilities: Shared TypeScript interfaces, enums, and type helpers used across the codebase
Installation
npm install @atlasng/common