mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: remove unused deps (#50116)
* All `@types` package removed have typings in their package. * brotli is unused * tmp is unused * vlq is unused PR Close #50116
This commit is contained in:
committed by
Alex Rickabaugh
parent
59837f4749
commit
e60b3d45b9
@@ -6,7 +6,6 @@
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
||||
/// <reference types="resize-observer-browser" />
|
||||
import {AfterViewInit, Component, Input, OnDestroy, OnInit, ViewChild} from '@angular/core';
|
||||
import {MatLegacySlideToggleChange as MatSlideToggleChange} from '@angular/material/legacy-slide-toggle';
|
||||
import {MatLegacyTabNav as MatTabNav} from '@angular/material/legacy-tabs';
|
||||
|
||||
Reference in New Issue
Block a user