mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 21:33:02 -05:00
feat(doc): move table
This commit is contained in:
8
apps/test/table/src/main.ts
Normal file
8
apps/test/table/src/main.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { provideHttpClient } from '@angular/common/http';
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { provideAnimations } from '@angular/platform-browser/animations';
|
||||
import { AppComponent } from './app/app.component';
|
||||
|
||||
bootstrapApplication(AppComponent, {
|
||||
providers: [provideAnimations(), provideHttpClient()],
|
||||
}).catch((err) => console.error(err));
|
||||
Reference in New Issue
Block a user