add new angular layout
1 parent dc30f72 commit 715a088eab9acb422b710a82a7d199555cbcd5b8
@lukas lukas authored on 23 Mar 2022
Showing 38 changed files
View
18
.browserslistrc 0 → 100644
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries
 
# For the full list of supported browsers by the Angular framework, please see:
# https://angular.io/guide/browser-support
 
# You can see what browsers were selected by your queries by running:
# npx browserslist
 
last 1 Chrome version
last 1 Firefox version
last 2 Edge major versions
last 2 Safari major versions
last 2 iOS major versions
Firefox ESR
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
View
17
.editorconfig 0 → 100644
# Editor configuration, see https://editorconfig.org
root = true
 
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
 
[*.ts]
quote_type = single
 
[*.md]
max_line_length = off
trim_trailing_whitespace = false
View
.gitignore 0 → 100644
View
README.md 0 → 100644
View
angular.json 0 → 100644
View
karma.conf.js 0 → 100644
View
package-lock.json 0 → 100644
Not supported
View
package.json 0 → 100644
View
src/app/app-routing.module.ts 0 → 100644
View
src/app/app.component.html 0 → 100644
View
src/app/app.component.scss 0 → 100644
View
src/app/app.component.spec.ts 0 → 100644
View
src/app/app.component.ts 0 → 100644
View
src/app/app.module.ts 0 → 100644
View
src/app/footer/footer.component.html 0 → 100644
View
src/app/footer/footer.component.scss 0 → 100644
View
src/app/footer/footer.component.spec.ts 0 → 100644
View
src/app/footer/footer.component.ts 0 → 100644
View
src/app/home/home.component.html 0 → 100644
View
src/app/home/home.component.scss 0 → 100644
View
src/app/home/home.component.spec.ts 0 → 100644
View
src/app/home/home.component.ts 0 → 100644
View
src/app/toolbar/toolbar.component.html 0 → 100644
View
src/app/toolbar/toolbar.component.scss 0 → 100644
View
src/app/toolbar/toolbar.component.spec.ts 0 → 100644
View
src/app/toolbar/toolbar.component.ts 0 → 100644
View
src/assets/.gitkeep 0 → 100644
View
src/environments/environment.prod.ts 0 → 100644
View
src/environments/environment.ts 0 → 100644
View
src/favicon.ico 0 → 100644

W:28px | W:30px

View
src/index.html 0 → 100644
View
src/main.ts 0 → 100644
View
src/polyfills.ts 0 → 100644
View
src/styles.scss 0 → 100644
View
src/test.ts 0 → 100644
View
tsconfig.app.json 0 → 100644
View
tsconfig.json 0 → 100644
View
tsconfig.spec.json 0 → 100644