-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request - Update to Angular 17 #116
Comments
There is a way to make it work in Angular 17 without the library |
@marcossantosfl please provide more context |
Here how you can approach import { AfterViewInit, Component, ElementRef, OnInit, ViewChild } from '@angular/core'; declare const unlayer: any; @component({ designs: any[] = []; loadForm = false; form: FormGroup = new FormGroup({}); // Initialize the form property submitted = false; editingDesign: any; isSaving = false; constructor( ngOnInit(): void {
} ngAfterViewInit(): void { onSubmit(): void {
} onCancel(): void { get f(): { [key: string]: FormControl } { newDesign(): void { private fetchDesigns(): void {
} private loadAndInitializeUnlayer(design: any): void {
} private initializeUnlayer(design: any): void {
} updateDesign(payload: any): void {
} editDesign(id: any): void {
} } |
Hello, Is this compatable to Angular 18? |
Please provide the support for Angular v17
The text was updated successfully, but these errors were encountered: