Skip to content

Commit

Permalink
Merge pull request #109 from ynmstudio/feature/update-app-to-angular-17
Browse files Browse the repository at this point in the history
Feature/update app to angular 17
  • Loading branch information
denisyilmaz authored Feb 28, 2024
2 parents 027d33c + d73e197 commit 4fb6e73
Show file tree
Hide file tree
Showing 15 changed files with 485 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-beans-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"yes-no-maybe-app": patch
---

feat: add matomo tracking
3 changes: 2 additions & 1 deletion application/projects/default/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { AlertComponent } from '@library/components/alert';
import { AuthService, MultilangService } from '@library/services';
import { TranslateModule } from '@ngx-translate/core';
import { SharedModule } from './shared/shared.module';
import { fetchAndActivate, getRemoteConfig } from '@angular/fire/remote-config';


@Component({
Expand Down Expand Up @@ -45,7 +46,7 @@ export class AppComponent {
public authService: AuthService,
public multilangService: MultilangService
) {

fetchAndActivate(getRemoteConfig());
}

sendVerification() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
[id]="detail.key"
[formControlName]="detail.key"
[name]="detail.key"
[type]="detail.key"
type="text"
class="col-span-2 appearance-none rounded-none relative block w-full p-2 border-solid bg-white border-b border-t-0 border-r-0 border-l-0 border-transparent font-mono placeholder-gray-500 text-black focus:outline-none focus:ring-gray-500 focus:border-gray-500 focus:z-10 text-xs sm:text-sm"
[ngClass]="{
'ring-1 !ring-red-500': applicantDetails.get(detail.key)?.invalid
Expand Down
Loading

0 comments on commit 4fb6e73

Please sign in to comment.