-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carcas #18
Carcas #18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexevnaa очень много пустых строк, которые надо убрать :) Часто достаточно одной строки, и хорошо, когда они есть, а в json-файлах их обычно не добавляют вовсе
@@ -91,6 +95,10 @@ | |||
"src/assets" | |||
], | |||
"styles": [ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexevnaa в тестах, думаю, можно не подключать
@@ -28,6 +28,10 @@ | |||
"src/assets" | |||
], | |||
"styles": [ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexevnaa убери, пжста, пустые строки
src/src/app/app.component.css
Outdated
} | ||
|
||
|
||
#grid { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexevnaa лучше использовать классы вместо идентификаторов и тэгов
src/src/app/main/main.component.ts
Outdated
}) | ||
export class MainComponent implements OnInit { | ||
|
||
constructor() { } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexevnaa пустые конструкторы и обработчики событий не нужны.
Also - set prettier as default vscode formatter - set some default rules
Сделала каркас, импортировала библиотеку Material UI