mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(devtools): Removes comment about enum deprecation
Removes comment about enum deprecation
(cherry picked from commit a0fe177682)
This commit is contained in:
parent
c4742322dc
commit
a44083a2b9
1 changed files with 0 additions and 1 deletions
|
|
@ -354,7 +354,6 @@ const getDependenciesForDirective = (
|
|||
let flags = dependency.flags as InjectOptions;
|
||||
let flagToken = '';
|
||||
if (flags !== undefined) {
|
||||
// TODO: We need to remove this once the InjectFlags enum is removed from core
|
||||
if (typeof flags === 'number') {
|
||||
flags = {
|
||||
optional: !!(flags & 8),
|
||||
|
|
|
|||
Loading…
Reference in a new issue