Skip to content

Commit d4eb626

Browse files
author
Manthan Ankolekar
committed
feat: updated title service & its ex
1 parent d763604 commit d4eb626

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,6 +2008,11 @@ import { BrowserModule, Title } from '@angular/platform-browser';
20082008
```
20092009
20102010
```jsx
2011+
import { BrowserModule, Title } from '@angular/platform-browser';
2012+
import { NgModule } from '@angular/core';
2013+
import { AppRoutingModule } from './app-routing.module';
2014+
import { AppComponent } from './app.component';
2015+
20112016
@NgModule({
20122017
declarations: [
20132018
AppComponent

0 commit comments

Comments
 (0)