diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index a1a94e6..fe34315 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html index 6094aa9..d71159f 100644 --- a/src/app/about/about.component.html +++ b/src/app/about/about.component.html @@ -1 +1,6 @@ -

about works!

+ diff --git a/src/app/about/about.component.ts b/src/app/about/about.component.ts index f887244..5a06f13 100644 --- a/src/app/about/about.component.ts +++ b/src/app/about/about.component.ts @@ -4,8 +4,8 @@ import { ApiChatService } from '../api-chat.service'; @Component({ selector: 'app-about', - template: `` + templateUrl: `about.component.html`, + styleUrls: [`./about.component.css`] }) export class AboutComponent implements OnInit { // это комментарий