Skip to content

Commit

Permalink
Update app.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobse95 authored Oct 25, 2024
1 parent bf3bdb5 commit 65289c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { Component } from '@angular/core';

@Component({
selector: 'app-root',
template: `<!DOCTYPE html>
<html lang="de">
template: `
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -61,8 +60,7 @@ import { Component } from '@angular/core';
<footer>
<p>&copy; 2024 PLSDIN - All Rights Reserved</p>
</footer>
</body>
</html>`,
</body>`,
})
export class AppComponent {
value = 'World';
Expand Down

0 comments on commit 65289c1

Please sign in to comment.