Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Instruction file imported from sergehas/angular-16-material-demos (.github/instructions/typescript-angular.instructions.md). Copyright stays with the author.
TypeScript/Angular Rules
Default new components to ChangeDetectionStrategy.OnPush.
RxJS: never leave subscriptions unmanaged; use takeUntilDestroyed() (or an existing utility).
RxJS: never nest subscribe(); use operators (switchMap, mergeMap, etc.).
Do not subscribe inside loops; use forkJoin/mergeMap.
Prefer markForCheck(); avoid adding new detectChanges().
Do not use new moment/jquery usage and avoid import * as _ from 'lodash'.
Prefer existing shared helpers & components (permissions/dialog/toast) over duplicating code.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/sergehas-angular-16-material-demos-typescript-angular-in-52f5f3/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.