Added missing import for uppercase pipe (#9748)

This commit is contained in:
swapnil-verma-gl 2024-05-30 09:43:37 +05:30 committed by VitoAlbano
parent 0136b714d9
commit 381330aab7

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
import { JsonPipe, NgClass, NgForOf, NgIf, NgStyle, NgTemplateOutlet } from '@angular/common';
import { JsonPipe, NgClass, NgForOf, NgIf, NgStyle, NgTemplateOutlet, UpperCasePipe } from '@angular/common';
import { Component, Inject, Injector, Input, OnDestroy, OnInit, ViewEncapsulation } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { MatButtonModule } from '@angular/material/button';
@ -54,6 +54,7 @@ import { ContainerModel, FormFieldModel, FormModel, TabModel } from './widgets';
MatSlideToggleModule,
FormsModule,
JsonPipe,
UpperCasePipe,
NgClass
],
encapsulation: ViewEncapsulation.None