mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d35c17d393
Fix misspellings found across multiple packages: - `paramters` → `parameters` (utils.spec.ts) - `directve` → `directive` (typecheck/context.ts) - `subscriper` → `subscriber` (zone.js rxjs test) - `swich` → `switch` (adev animation parser test) - `subscribtion` → `subscription` (forms/abstract_model.ts) - `lifecyle` → `lifecycle` (ng-devtools-backend hooks) - `compatability` → `compatibility` (tree-visualizer.ts) - `indentifier(s)` → `identifier(s)` (compiler-cli shared.ts, i18n_helpers.ts, declaration_only_emission_spec.ts) - `identifer` → `identifier` (platform-browser shared_styles_host.ts) - `prcess` → `process` (standalone-migration to-standalone.ts)
Angular DevTools UI
This module exports the Angular DevTools component. We render the DevToolsComponent within an Angular application running in Chrome or Firefox DevTools. This module of the application communicates with the Angular DevTools "backend".