example: update Angular example to v14 (#3996)

This commit is contained in:
Antoine du Hamel 2022-08-17 12:33:25 +02:00 committed by GitHub
parent edcbe02995
commit b52688876f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 2268 additions and 2704 deletions

View file

@ -23,6 +23,4 @@ import { AppComponent } from './app.component'
providers: [],
bootstrap: [AppComponent],
})
class AppModule {}
export { AppModule }
export class AppModule { }