mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
refactor(@angular-devkit/build-angular): deprecate unused analytics property
TypedSchematicContext `analytics` property has been deprecated without replacement.
This commit is contained in:
parent
f90084b638
commit
ffed990258
@ -196,6 +196,7 @@ export interface TypedSchematicContext<CollectionMetadataT extends object,
|
||||
addTask<T>(task: TaskConfigurationGenerator<T>, dependencies?: Array<TaskId>): TaskId;
|
||||
|
||||
// This might be undefined if the feature is unsupported.
|
||||
/** @deprecated since version 11 - as it's unused. */
|
||||
readonly analytics?: analytics.Analytics;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user