fix register, updated dependencies
This commit is contained in:
parent
28f238cf6c
commit
fb4d130c1b
@ -73,7 +73,8 @@
|
|||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
"options": {
|
"options": {
|
||||||
"browserTarget": "we-bstly-angular:build"
|
"browserTarget": "we-bstly-angular:build",
|
||||||
|
"port": 4202
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
|
1339
package-lock.json
generated
1339
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "we-bstly-angular",
|
"name": "we-bstly-angular",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
@ -11,17 +11,17 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^17.0.6",
|
"@angular/animations": "^17.0.7",
|
||||||
"@angular/cdk": "^17.0.3",
|
"@angular/cdk": "^17.0.4",
|
||||||
"@angular/common": "^17.0.6",
|
"@angular/common": "^17.0.7",
|
||||||
"@angular/compiler": "^17.0.6",
|
"@angular/compiler": "^17.0.7",
|
||||||
"@angular/core": "^17.0.6",
|
"@angular/core": "^17.0.7",
|
||||||
"@angular/forms": "^17.0.6",
|
"@angular/forms": "^17.0.7",
|
||||||
"@angular/material": "^17.0.3",
|
"@angular/material": "^17.0.4",
|
||||||
"@angular/material-moment-adapter": "^17.0.3",
|
"@angular/material-moment-adapter": "^17.0.4",
|
||||||
"@angular/platform-browser": "^17.0.6",
|
"@angular/platform-browser": "^17.0.7",
|
||||||
"@angular/platform-browser-dynamic": "^17.0.6",
|
"@angular/platform-browser-dynamic": "^17.0.7",
|
||||||
"@angular/router": "^17.0.6",
|
"@angular/router": "^17.0.7",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
"ng-qrcode": "^17.0.0",
|
"ng-qrcode": "^17.0.0",
|
||||||
"openpgp": "^5.11.0",
|
"openpgp": "^5.11.0",
|
||||||
@ -32,10 +32,10 @@
|
|||||||
"zone.js": "~0.14.2"
|
"zone.js": "~0.14.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^17.0.6",
|
"@angular-devkit/build-angular": "^17.0.7",
|
||||||
"@angular/cli": "^17.0.6",
|
"@angular/cli": "^17.0.7",
|
||||||
"@angular/compiler-cli": "^17.0.6",
|
"@angular/compiler-cli": "^17.0.7",
|
||||||
"@angular/localize": "^17.0.6",
|
"@angular/localize": "^17.0.7",
|
||||||
"@types/jasmine": "^5.1.4",
|
"@types/jasmine": "^5.1.4",
|
||||||
"@types/jasminewd2": "^2.0.13",
|
"@types/jasminewd2": "^2.0.13",
|
||||||
"@types/node": "^20.10.4",
|
"@types/node": "^20.10.4",
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<div class="flex column" *ngIf="!auth.authenticated">
|
<div class="flex column" *ngIf="!auth.authenticated">
|
||||||
<p>{{'tokens.register' | i18n}}</p>
|
<p>{{'tokens.register' | i18n}}</p>
|
||||||
|
|
||||||
<a routerLink="/register" mat-raised-button color="accent">
|
<a routerLink="/register" mat-raised-button color="accent" *ngIf="canRegister()">
|
||||||
<mat-icon>how_to_reg</mat-icon> {{'register' | i18n}}
|
<mat-icon>how_to_reg</mat-icon> {{'register' | i18n}}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user