Last change
on this file since fbaea22 was ec6ac45, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago |
Adjusments
|
-
Property mode
set to
100644
|
File size:
227 bytes
|
Rev | Line | |
---|
[30a465f] | 1 | import { Component } from '@angular/core';
|
---|
[ec6ac45] | 2 | import { MaterialModule } from './shared/material.module'
|
---|
[30a465f] | 3 |
|
---|
| 4 | @Component({
|
---|
| 5 | selector: 'app-root',
|
---|
| 6 | templateUrl: './app.component.html'
|
---|
| 7 | })
|
---|
| 8 | export class AppComponent {
|
---|
| 9 | title = 'app';
|
---|
| 10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.