Skip to content

@flyze/lib-core-angular

@flyze/lib-core-angular 1.0.0-alpha.34· latest

Shared 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.

Terminal window
npm install @flyze/lib-core-angular

The package has peer dependencies on Angular 17, Angular Material/CDK, transloco and @flyze/lib-coreGetting started lists the exact versions and the one piece of wiring that is not optional.

  • 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.