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:
Matthieu Riegler
2023-05-03 00:33:52 +02:00
committed by Alex Rickabaugh
parent 59837f4749
commit e60b3d45b9
6 changed files with 22 additions and 76 deletions
@@ -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';