feat(cockpit): wire all 13 remaining Angular examples to @cacheplane/chat#18
Merged
Conversation
Spec 1 (2026-04-05-narrative-redesign): Four new landing page sections — ProblemSection (gap animation + 3 stats), FullStackSection (3-layer stack with SVG particle connectors), ChatFeaturesSection (interactive 4-tab chat scenarios), FairComparisonSection (honest LangChain comparison table). Includes animation detail, correct fix for border-radius fill artifact, and FeatureStrip copy update. Spec 2 (2026-04-05-whitepaper-pipeline): One-time Anthropic SDK generation script producing a static PDF from six assessment-framework chapters. Free download with optional lead-gen form. No gate.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…t-debug
- Replace placeholder component implementations with ChatDebugComponent pattern
- Delete src/app.component.ts and src/app.config.ts root duplicates from all 6
- Rewrite capability components to use <chat-debug [ref]="stream" class="block h-screen" />
- Rewrite app.config.ts to include provideRender({}) alongside provideChat({})
- Rewrite main.ts to bootstrap from src/app/ (not root src/)
- Switch project.json from @nx/js:tsc library to @angular-devkit/build-angular:application
- Fix tsconfig.json extends path (6 levels → 4 levels to workspace root)
- Update tsconfig.app.json to add lib and emitDeclarationOnly: false
- Add <base href="/"> to all index.html files; fix memory selector app-da-memory
- Set environment.development.ts langGraphApiUrl to '/api' (proxy-relative)
- Fix proxy.conf.json targets to correct ports (8140–8145)
- All 6 production builds pass with no errors
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<chat [ref]><chat-debug [ref]>Per-example changes
src/app.component.ts+src/app.config.ts<chat>or<chat-debug>templateprovideStreamResource+provideChat(+provideRenderfor deep-agents)@angular-devkit/build-angular:application+dev-serverTest plan
nx test render && nx test chat && nx test stream-resource— all passnx run-many -t build --projects='cockpit-*-angular'— all 14 build