Added all basic components and services

This commit is contained in:
2019-01-31 02:05:05 +05:30
parent fc3c4e1542
commit 1ae7addd72
4 changed files with 16 additions and 105 deletions

View File

@@ -0,0 +1,12 @@
:host {
/* height: 100%; */
display: flex;
flex-direction: column;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}