deprecate the ModalService

pull/7481/head
mehmet-erim 5 years ago
parent 021505b5ca
commit 96036ae8b1

@ -2,6 +2,9 @@ import { ContentProjectionService, PROJECTION_STRATEGY } from '@abp/ng.core';
import { ComponentRef, Injectable, TemplateRef, ViewContainerRef, OnDestroy } from '@angular/core';
import { ModalContainerComponent } from '../components/modal/modal-container.component';
/**
* @deprecated Use ng-bootstrap modal. To be deleted in v5.0.
*/
@Injectable({
providedIn: 'root',
})

Loading…
Cancel
Save