@wawjs/ngx-default
v22.0.0
Published
Support package for the Angular Default template.
Downloads
219
Readme
@wawjs/ngx-default
Support package for the Angular Default template.
@wawjs/ngx-default provides reusable feature contracts, services, and helpers for generic Angular
marketing and landing page templates. It is designed to support the template app, not replace the
app's pages or design system.
Business projects should import reusable APIs from this package and keep pages, routes, local content, bootstrap wiring, company data, and visual design in the app.
Installation
npm install @wawjs/ngx-defaultPeer dependencies:
@angular/common@angular/core
Usage
import { } from '@wawjs/ngx-default';The package exports feature interfaces, Angular services, and small utilities from its primary entry point.
Features
No features are exported yet. Features will be added in future releases.
Data Flow
The package does not fetch API data by itself and does not import app-local JSON.
The app should:
- Load API/bootstrap data or local fallback data.
- Seed package services with fallback data.
- Resolve API data into package services when available.
- Render app-owned pages and components from service signals.
This keeps @wawjs/ngx-default reusable while allowing each project to own its content and design.
Release Notes
See RELEASES.md.
When preparing a source workspace platform release, the root app/template package.json version
must equal projects/ngx-default/package.json, and the root lockfile metadata should match.
License
MIT
