mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, the profiler would only emit the specific template event and context when a template is created/updated, but not the template function related to the event. This commit emits this function by using the third argument of the profiler function, which previously was only used for lifecycle hooks and output listeners. This commit also renames this arg to eventFn to express that it varies depending on the event type emitting from the profiler. Note: this change is fully backwards compatible, since previously these template events did not use the third arg of the profiler function. PR Close #60174 |
||
|---|---|---|
| .. | ||
| src | ||
| BUILD.bazel | ||
| index.ts | ||
| README.md | ||
| tslint.json | ||
Angular DevTools Backend
This directory contains the "backend" of Angular DevTools. This module interacts with the framework debugging APIs and responses to requests from the Angular DevTools extension.