feature/html strict templates client tooling#61
Merged
harshaellanki merged 7 commits intoMay 14, 2026
Conversation
Contributor
bbodine1
commented
May 14, 2026
- chore(html): modernize browserslist for Angular CLI
- chore(html): enable strict Angular compiler checks
- fix(html): align quote UI with strict templates and typing
- build(html): simplify ME brand file replacements in Angular
- chore(html): refresh Yarn lockfile and trim unused tooling
- chore(html): harden Bootstrap _root Sass patch for Dart Sass 1.77+
- Re-add a postinstall script to run a Bootstrap patch.
Use positive queries plus not dead, and exclude kaios/op_mini so the CLI does not list ignored legacy targets. Document the Browserslist rule that exclusions must follow an include query.
Turn on strictTemplates, strictInjectionParameters, and strictInputAccessModifiers in the app TypeScript config. Consolidate angularCompilerOptions in tsconfig.app.json for the application build and align root tsconfig formatting.
Expose FormArray getters for *ngFor, bind debounceTime with property syntax, type change handlers for effective date, and tighten nav inputs and method signatures. Add treeview filterText for the template filter.
Replace multiple ME-specific asset and data swaps with a single brand.config file replacement for me and me-production. Ensure dc-production uses brand.config.dc.ts. Normalize polyfills JSON layout.
Remove the Bootstrap postinstall hook and drop @angular-builders/custom-webpack from devDependencies. Regenerate yarn.lock for the updated dependency graph.
Coerce interpolated map keys and values in Bootstrap loops without the fragile cross-block regex. Run manually after npm install if Sass warnings return, or wire the script back into postinstall when desired.
e95500e to
dd869c6
Compare
harshaellanki
approved these changes
May 14, 2026
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.