Skip to content

Commit f35f055

Browse files
committed
standalone is the default #11431
1 parent f30de0a commit f35f055

File tree

12 files changed

+1
-12
lines changed

12 files changed

+1
-12
lines changed

client/app/front-office/components/agir-avec-nous/actions/actions.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'app-actions',
5-
standalone: true,
65
templateUrl: './actions.component.html',
76
styleUrl: './actions.component.scss',
87
})

client/app/front-office/components/association/comite-status/comite-status.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'app-comite-status',
5-
standalone: true,
65
templateUrl: './comite-status.component.html',
76
styleUrl: './comite-status.component.scss',
87
})

client/app/front-office/components/association/convictions/convictions.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'app-convictions',
5-
standalone: true,
65
templateUrl: './convictions.component.html',
76
styleUrl: './convictions.component.scss',
87
})

client/app/front-office/components/association/partenariats/partenariats.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'app-partenariats',
5-
standalone: true,
65
templateUrl: './partenariats.component.html',
76
styleUrl: './partenariats.component.scss',
87
})

client/app/front-office/components/association/qui-sommes-nous/qui-sommes-nous.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'app-qui-sommes-nous',
5-
standalone: true,
65
templateUrl: './qui-sommes-nous.component.html',
76
styleUrl: './qui-sommes-nous.component.scss',
87
})

client/app/front-office/components/contact/contact.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'app-contact',
5-
standalone: true,
65
templateUrl: './contact.component.html',
76
styleUrl: './contact.component.scss',
87
})

client/app/front-office/components/projet/projet.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'app-projet',
5-
standalone: true,
65
templateUrl: './projet.component.html',
76
styleUrl: './projet.component.scss',
87
})

client/app/front-office/components/soutenir/nous-faire-connaitre/nous-faire-connaitre.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'app-nous-faire-connaitre',
5-
standalone: true,
65
templateUrl: './nous-faire-connaitre.component.html',
76
styleUrl: './nous-faire-connaitre.component.scss',
87
})

client/app/shared/classes/AbstractInfiniteLoadList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {defaults, pick} from 'es-toolkit/compat';
1414
import {isEqual} from 'es-toolkit';
1515
import {takeUntilDestroyed} from '@angular/core/rxjs-interop';
1616

17-
@Directive({standalone: true})
17+
@Directive()
1818
export class AbstractInfiniteLoadList<
1919
TService extends NaturalAbstractModelService<
2020
any,

client/app/shared/components/boot-loader/boot-loader.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {Component} from '@angular/core';
22

33
@Component({
44
selector: 'app-boot-loader',
5-
standalone: true,
65
templateUrl: './boot-loader.component.html',
76
})
87
export class BootLoaderComponent {}

0 commit comments

Comments
 (0)