@nateaj/orbioon-ng-core
v0.1.1
Published
Shared Angular core library for:
Readme
@nateaj/orbioon-ng-core
Shared Angular core library for:
- Angular web applications
- Ionic + Capacitor mobile applications
It provides shared abstractions and implementations for API access, auth, storage, notifications, logging, and request loading UI.
Usage
Use LLM.md for the full integration guide.
That guide includes:
- Angular web provider setup
- Ionic mobile provider setup
ApiServiceusage examplesCredentialsAuthServiceusage- notes about PrimeNG and mobile-specific overrides
Install
Install the package plus the peers required by your target app.
Example for Angular web:
npm install @nateaj/orbioon-ng-core primeng primeicons @primeuix/themes uuid rxjsExample for Ionic + Capacitor:
npm install @nateaj/orbioon-ng-core @capacitor/core @capacitor/preferences uuid rxjsBuild
ng build coreTest
ng test corePublish
npm login
npm whoami
npm run build:core
npm run publish:coreFor non-interactive publish, set NPM_TOKEN to an npm automation token with publish access and 2FA bypass enabled.
