File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/components/extensible/src/lib/models Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import { LinkedList } from '@abp/utils' ;
1
+ import { LinkedList } from '@abp/utils/dist ' ;
2
2
import { InjectionToken , InjectOptions , Type } from '@angular/core' ;
3
3
4
4
export abstract class ActionList < R = any , A = Action < R > > extends LinkedList < A > { }
Original file line number Diff line number Diff line change 1
- import { LinkedList } from '@abp/utils' ;
1
+ import { LinkedList } from '@abp/utils/dist ' ;
2
2
import { InjectionToken , InjectOptions , Type } from '@angular/core' ;
3
3
import { ePropType } from '../enums/props.enum' ;
4
4
import { FormPropTooltip } from './form-props' ;
Original file line number Diff line number Diff line change 47
47
"@abp/ng.theme.shared" : [" packages/theme-shared/src/public-api.ts" ],
48
48
"@abp/ng.theme.shared/testing" : [" packages/theme-shared/testing/src/public-api.ts" ],
49
49
"@abp/nx.generators" : [" packages/generators/src/index.ts" ],
50
- "@abp/utils" : [" node_modules/@abp/utils/dist" , " ../packs/utils/projects/utils/src/public-api.ts " ]
50
+ "@abp/utils/* " : [" node_modules/@abp/utils/dist/* " , " ../packs/utils/projects/utils/src/* " ]
51
51
}
52
52
},
53
53
"exclude" : [" node_modules" , " tmp" ]
You can’t perform that action at this time.
0 commit comments