X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fconfirm-dialog%2Fconfirm-dialog.component.ts;h=3d99530d1718f3af2bb1e89a0ef9cd460b3ec0d1;hb=refs%2Fchanges%2F97%2F1197%2F3;hp=cf93f300661c16b5eac22ee08fa284bf552dcd4c;hpb=480b67bbc8accad983e84d8d0e4e74b3fae2802d;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ui/confirm-dialog/confirm-dialog.component.ts b/webapp-frontend/src/app/ui/confirm-dialog/confirm-dialog.component.ts index cf93f300..3d99530d 100644 --- a/webapp-frontend/src/app/ui/confirm-dialog/confirm-dialog.component.ts +++ b/webapp-frontend/src/app/ui/confirm-dialog/confirm-dialog.component.ts @@ -2,14 +2,14 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -19,10 +19,10 @@ */ import { Component, OnInit, Inject } from '@angular/core'; -import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material'; +import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog'; @Component({ - selector: 'app-confirm-dialog', + selector: 'rd-confirm-dialog', templateUrl: './confirm-dialog.component.html', }) export class ConfirmDialogComponent implements OnInit {