Go to file
2020-12-14 21:51:46 +01:00
e2e Initial commit 2020-11-24 21:54:32 +01:00
src Move nav component to be the app component 2020-12-14 21:51:46 +01:00
.browserslistrc Initial commit 2020-11-24 21:54:32 +01:00
.editorconfig Initial commit 2020-11-24 21:54:32 +01:00
.firebaserc Move validation to register page, Firebase setup 2020-12-11 00:59:23 +01:00
.gitignore Firebase autoconfig workaround, registration works 2020-12-14 21:02:20 +01:00
angular.json Login page, routing, material 2020-12-10 19:08:35 +01:00
firebase.json Firebase local hosting works 2020-12-11 01:25:22 +01:00
firestore.indexes.json Move validation to register page, Firebase setup 2020-12-11 00:59:23 +01:00
firestore.rules Move validation to register page, Firebase setup 2020-12-11 00:59:23 +01:00
karma.conf.js Initial commit 2020-11-24 21:54:32 +01:00
package-lock.json Firebase autoconfig workaround, registration works 2020-12-14 21:02:20 +01:00
package.json Firebase autoconfig workaround, registration works 2020-12-14 21:02:20 +01:00
README.md Initial commit 2020-11-24 21:54:32 +01:00
tsconfig.app.json Initial commit 2020-11-24 21:54:32 +01:00
tsconfig.json Initial commit 2020-11-24 21:54:32 +01:00
tsconfig.spec.json Initial commit 2020-11-24 21:54:32 +01:00
tslint.json Initial commit 2020-11-24 21:54:32 +01:00

Szakdolgozat

This project was generated with Angular CLI version 11.0.2.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.