75f29219
Anan Sangthongtum
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
import { OnInit } from '@angular/core';
import { TemplateRef, ViewContainerRef } from '@angular/core';
import { B2bService } from '../_services/b2b.service';
export declare class CanShowDirective implements OnInit {
private templateRef;
private viewContainer;
private dataservice;
appCanShow: any;
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef, dataservice: B2bService);
ngOnInit(): void;
}
export declare class CanShowDirectiveModule {
}
|