mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 22:03:03 -05:00
feat(challenge13): create challenge 13 about styling
This commit is contained in:
4
apps/styling/src/main.ts
Normal file
4
apps/styling/src/main.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { PageComponent } from './app/page.component';
|
||||
|
||||
bootstrapApplication(PageComponent).catch((err) => console.error(err));
|
||||
Reference in New Issue
Block a user