Skip to content

Commit ffed990

Browse files
alan-agius4filipesilva
authored andcommitted
refactor(@angular-devkit/build-angular): deprecate unused analytics property
TypedSchematicContext `analytics` property has been deprecated without replacement.
1 parent f90084b commit ffed990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎packages/angular_devkit/schematics/src/engine/interface.ts

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export interface TypedSchematicContext<CollectionMetadataT extends object,
196196
addTask<T>(task: TaskConfigurationGenerator<T>, dependencies?: Array<TaskId>): TaskId;
197197

198198
// This might be undefined if the feature is unsupported.
199+
/** @deprecated since version 11 - as it's unused. */
199200
readonly analytics?: analytics.Analytics;
200201
}
201202

0 commit comments

Comments
 (0)