update angular
This commit is contained in:
@@ -3,12 +3,14 @@ import {UserService} from './user.service';
|
||||
|
||||
@Directive({
|
||||
selector: '[appOwner]',
|
||||
standalone: false,
|
||||
})
|
||||
export class OwnerDirective implements OnInit {
|
||||
private currentUserId: string | null = null;
|
||||
private iAppOwner: string | null = null;
|
||||
|
||||
public constructor(private element: ElementRef, private templateRef: TemplateRef<unknown>, private viewContainer: ViewContainerRef, private userService: UserService) {}
|
||||
public constructor(private element: ElementRef, private templateRef: TemplateRef<unknown>, private viewContainer: ViewContainerRef, private userService: UserService) {
|
||||
}
|
||||
|
||||
@Input()
|
||||
public set appOwner(value: string) {
|
||||
|
||||
Reference in New Issue
Block a user