Skip to content

Commit

Permalink
Merge pull request #51 from valueadd-poland/feature/a13_support
Browse files Browse the repository at this point in the history
feat(project): angular 13 support
  • Loading branch information
dokolyski authored Apr 4, 2022
2 parents 8148e98 + 2649c71 commit 7a03cfb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/collection/action/action-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsVaAction",
"$id": "SchematicsVaAction",
"title": "Create action in ngrx store module.",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/collection/crud/crud-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsVaCrud",
"$id": "SchematicsVaCrud",
"title": "Create crud operation in data access module",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion src/collection/data-service/data-service-schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsVaDataService",
"$id": "SchematicsVaDataService",
"title": "Data service schematics.",
"type": "object",
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsVaDataServiceEmptyMethod",
"$id": "SchematicsVaDataServiceEmptyMethod",
"title": "Data service empty method schematic.",
"type": "object",
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsVaDataServiceHttpMethod",
"$id": "SchematicsVaDataServiceHttpMethod",
"title": "Data service http method schematic.",
"type": "object",
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsVaDataServiceLocalStorageMethod",
"$id": "SchematicsVaDataServiceLocalStorageMethod",
"title": "Data service empty method schematic.",
"type": "object",
"properties": {
Expand Down

0 comments on commit 7a03cfb

Please sign in to comment.