diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index ce3696d..1591189 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -3,9 +3,8 @@ "", "\\src", "\\src\\app", - "\\src\\app\\boards", - "\\src\\app\\boards\\send-post" + "\\src\\app\\about" ], - "SelectedNode": "\\src\\app\\boards\\boards.component.html", + "SelectedNode": "\\src\\app\\about\\about.component.ts", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index caae45e..a1a94e6 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/src/app/about/about.component.ts b/src/app/about/about.component.ts index 0980cfb..f887244 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: `

почему мы тут юзаем такой темплейт а не html?

- ` + template: `` }) export class AboutComponent implements OnInit { // это комментарий