MCPcopy Index your code
hub / github.com/angular/components / error

Method error

src/cdk/schematics/update-tool/logger.ts:11–11  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

9export interface UpdateLogger {
10 debug(message: string): void;
11 error(message: string): void;
12 fatal(message: string): void;
13 info(message: string): void;
14 warn(message: string): void;

Callers 15

bazel-bin.tsFile · 0.80
main.tsFile · 0.80
test.mjsFile · 0.80
main.tsFile · 0.80
constructorMethod · 0.80
_loadApiMethod · 0.80
_enterZoneMethod · 0.80
_enterZoneMethod · 0.80
prerender.tsFile · 0.80
addThemeStyleToTargetFunction · 0.80
icon.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected