1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 22:38:42 +00:00

Update ng-flutter embedding example to Angular v17 (#2081)

This should also fix the dependabot security alert currently open
against the repository
(https://github.com/flutter/samples/security/dependabot/8).
This commit is contained in:
Parker Lougheed
2023-11-08 12:44:27 -06:00
committed by GitHub
parent f741c8ff08
commit 22d8c477a3
7 changed files with 3814 additions and 2462 deletions

View File

@@ -10,5 +10,5 @@ bootstrapApplication(AppComponent, {
providers: [
provideRouter(appRoutes),
importProvidersFrom(BrowserAnimationsModule)
]
})
]
})