@flyze/lib-core-angular
@flyze/lib-core-angular 1.0.0-alpha.34· latestShared Angular building blocks for Flyze apps: a translation layer on top of transloco, a runtime theming service, a UI-scale service, a client-storage router, a dynamic component loader, an extended Material menu trigger, a tooltip, and a handful of utility pipes and services.
Everything here is providedIn: 'root' or a standalone module — there is no library-wide
forRoot() to call. Most parts work with no setup at all; the guides cover what to configure when
the defaults are not enough.
npm install @flyze/lib-core-angularThe package has peer dependencies on Angular 17, Angular Material/CDK, transloco and
@flyze/lib-core — Getting started lists the exact versions and the
one piece of wiring that is not optional.
Where to go
Section titled “Where to go”- Guides — how to accomplish something in an app that installs this package. Start with Getting started; the rest are independent of each other.
- Features — how a part of the library actually works: the mechanics, the quirks, and what breaks if you fight them. Read these when a guide’s steps are not enough.
- API reference — every exported class, interface, type and token, generated from the source.