Skip to content

Commit 533476d

Browse files
authored
Import entry-table from @enigmatry/entry-components/table (#45)
1 parent d1c3e93 commit 533476d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Enigmatry.Entry.CodeGeneration.Tests/Angular/FilesToBeGenerated/mock-list-generated.component.ts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// ------------------------------------------------------------------------------;
99
/* eslint-disable */
1010
import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnInit, Output, TemplateRef, ViewChild } from '@angular/core';
11-
import { PagedData, SortDirection, CellTemplate, ContextMenuItem, RowContextMenuFormatter, RowClassFormatter, RowSelectionFormatter, ColumnDef, PageEvent, SortEvent } from '@enigmatry/entry-table';
11+
import { PagedData, SortDirection, CellTemplate, ContextMenuItem, RowContextMenuFormatter, RowClassFormatter, RowSelectionFormatter, ColumnDef, PageEvent, SortEvent } from '@enigmatry/entry-components/table';
1212

1313
import { ListMockItem } from 'src/app/api/api-reference';
1414

Enigmatry.Entry.CodeGeneration.Tests/Angular/FilesToBeGenerated/test-generated.module.ts.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import { NgModule } from '@angular/core';
1111
import { CommonModule } from '@angular/common';
1212
import { SharedModule } from 'src/app/shared/shared.module';
13-
import { EntryTableModule } from '@enigmatry/entry-table';
13+
import { EntryTableModule } from '@enigmatry/entry-components/table';
1414
import { FormlyModule, FORMLY_CONFIG } from '@ngx-formly/core';
1515
import { FormlyMaterialModule } from '@ngx-formly/material';
1616
import { MatAutocompleteModule } from '@angular/material/autocomplete';

Enigmatry.Entry.CodeGeneration/Templates/Angular/Material/Angular.List.Component.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@model Enigmatry.Entry.CodeGeneration.Configuration.List.ListComponentModel;
77
@inject CodeGeneratorOptions Options;
88
import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnInit, Output, TemplateRef, ViewChild } from '@@angular/core';
9-
import { PagedData, SortDirection, CellTemplate, ContextMenuItem, RowContextMenuFormatter, RowClassFormatter, RowSelectionFormatter, ColumnDef, PageEvent, SortEvent } from '@@enigmatry/entry-table';
9+
import { PagedData, SortDirection, CellTemplate, ContextMenuItem, RowContextMenuFormatter, RowClassFormatter, RowSelectionFormatter, ColumnDef, PageEvent, SortEvent } from '@@enigmatry/entry-components/table';
1010

1111
import { @(Model.ComponentInfo.ModelType) } from '@Options.ApiClientTsImportPath';
1212

Enigmatry.Entry.CodeGeneration/Templates/Angular/Material/Angular.Module.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import { NgModule } from '@@angular/core';
99
import { CommonModule } from '@@angular/common';
1010
import { SharedModule } from 'src/app/shared/shared.module';
11-
import { EntryTableModule } from '@@enigmatry/entry-table';
11+
import { EntryTableModule } from '@@enigmatry/entry-components/table';
1212
@if (Model.HasFormComponents)
1313
{
1414
@:import { FormlyModule, FORMLY_CONFIG } from '@@ngx-formly/core';

0 commit comments

Comments
 (0)