Markstream Angular
Use this skill when the host app is Angular and the task is to adopt the Angular package cleanly.
Workflow
- Confirm the repo is Angular.
- Install
markstream-angularplus only the requested optional peers. - Import
markstream-angular/index.cssfrom the app shell.
- Add katex/dist/katex.min.css when math is enabled.
- Prefer standalone Angular integration.
- Use MarkstreamAngularComponent in imports and keep examples signal-friendly.
- Start with
[content].
- Use [final], [codeBlockStream], and other streaming inputs only when the UI actually streams.
- Use
[customHtmlTags]and[customComponents]for trusted tag workflows. - Validate with the smallest useful Angular dev or build command.
Default Decisions
- Standalone Angular first, NgModule-era patterns only when the repo still depends on them.
- Treat streaming flags as opt-in.
- Keep optional peers minimal and explicit.
Useful Doc Targets
docs/guide/angular-quick-start.mddocs/guide/angular-installation.mddocs/guide/playground.mddocs/guide/troubleshooting.md