Skip to content
Snippets Groups Projects
Commit f5ba2e76 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Add .gitignore + typing

parent 686b187f
No related branches found
No related tags found
No related merge requests found
.idea
\ No newline at end of file
......@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'client';
title: string = 'client';
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment