8000 Merge pull request #523 from dynamic-forms/feature/packages · dynamic-forms/dynamic-forms@b37e7da · GitHub
[go: up one dir, main page]

Skip to content

Commit b37e7da

Browse files
Merge pull request #523 from dynamic-forms/feature/packages
Update of packages
2 parents d22aec9 + 606c92f commit b37e7da

Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import { SidebarMenuItem } from './sidebar-menu.model';
1818
@Component({
1919
selector: 'app-sidebar-menu',
2020
imports: [AsyncPipe, RouterLink, RouterLinkActive, MatButtonModule, MatIconModule, MatTreeModule],
21+
providers: [CodeUrlPipe],
2122
templateUrl: './sidebar-menu.component.html',
2223
styleUrl: './sidebar-menu.component.scss',
2324
})
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import { Component, OnChanges, OnInit, SimpleChanges, input } from '@angular/core';
2-
import { DynamicFormMarkdownComponent } from '@dynamic-forms/markdown';
2+
import { DynamicFormMarkdownComponent, DynamicFormMarkdownService } from '@dynamic-forms/markdown';
33
import { MarkdownElement } from './markdown.element';
44

55
@Component({
66
selector: 'app-markdown',
77
imports: [DynamicFormMarkdownComponent],
8+
providers: [DynamicFormMarkdownService],
89
templateUrl: './markdown.component.html',
910
styleUrl: './markdown.component.scss',
1011
})
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default tseslint.config(
3333
},
3434
rules: {
3535
"@angular-eslint/use-injectable-provided-in": "off",
36+
"@angular-eslint/prefer-inject": "off",
3637
"@angular-eslint/prefer-on-push-component-change-detection": "off",
3738
"@angular-eslint/prefer-signals": "off",
3839
"@angular-eslint/prefer-standalone": "error",
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"tslib": "^2.3.0"
2222
},
2323
"peerDependencies": {
24-
"@angular/common": "^20.0.0-next.2",
25-
"@angular/core": "^20.0.0-next.2",
26-
"@angular/forms": "^20.0.0-next.2",
24+
"@angular/common": "^20.0.0",
25+
"@angular/core": "^20.0.0",
26+
"@angular/forms": "^20.0.0",
2727
"@dynamic-forms/core": "20.0.0-next.0",
2828
"bootstrap": "^5.3.6",
2929
"inputmask": "^5.0.8",
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"tslib": "^2.3.0"
2222
},
2323
"peerDependencies": {
24-
"@angular/common": "^20.0.0-next.2",
25-
"@angular/core": "^20.0.0-next.2",
26-
"@angular/forms": "^20.0.0-next.2",
24+
"@angular/common": "^20.0.0",
25+
"@angular/core": "^20.0.0",
26+
"@angular/forms": "^20.0.0",
2727
"bootstrap": "^5.3.6",
2828
"inputmask": "^5.0.8",
2929
"rxjs": "^7.4.0"
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"tslib": "^2.3.0"
2222
},
2323
"peerDependencies": {
24-
"@angular/common": "^20.0.0-next.2",
25-
"@angular/core": "^20.0.0-next.2",
24+
"@angular/common": "^20.0.0",
25+
"@angular/core": "^20.0.0",
2626
"@dynamic-forms/core": "20.0.0-next.0",
2727
"marked": "^15.0.0",
2828
"rxjs": "^7.4.0"
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"tslib": "^2.3.0"
2222
},
2323
"peerDependencies": {
24-
"@angular/common": "^20.0.0-next.2",
25-
"@angular/core": "^20.0.0-next.2",
26-
"@angular/forms": "^20.0.0-next.2",
27-
"@angular/material": "^20.0.0-next.1",
24+
"@angular/common": "^20.0.0",
25+
"@angular/core": "^20.0.0",
26+
"@angular/forms": "^20.0.0",
27+
"@angular/material": "^20.0.1",
2828
"@dynamic-forms/core": "20.0.0-next.0",
2929
"bootstrap": "^5.3.6",
3030
"inputmask": "^5.0.8",