Closed tkiryu closed 6 years ago
The repository has been renamed from igniteui-angular2 to igniteui-angular-wrappers. But there are still igniteui.angular2 name.
igniteui.angular2
File name
All the import statement
import { xxx } from '**/src/igniteui.angular2';
In the config files
"types": "igniteui.angular2.d.ts",
entry: 'src/igniteui.angular2.ts',
"src/igniteui.angular2.ts"
In the README
Use the components found in src\igniteui.angular2.ts to use ...
import { xxx } from '**/src/igniteui.angular.wrappers';
"types": "igniteui.angular.wrappers.d.ts",
entry: 'src/igniteui.angular.wrappers.ts',
"src/igniteui.angular.wrappers.ts"
Use the components found in src\igniteui.angular.wrappers.ts to use ...
I understand there is a huge impact, though...
The main files should in fact be called main.ts and not igniteui.angular.wrappers.ts.
main.ts
igniteui.angular.wrappers.ts
Thank you for pointing out my mistake!
Description
The repository has been renamed from igniteui-angular2 to igniteui-angular-wrappers. But there are still
igniteui.angular2
name.Result
File name
All the import statement
In the config files
In the README
Expected result
File name
All the import statement
In the config files
In the README