angular-generic-table icon indicating copy to clipboard operation
angular-generic-table copied to clipboard

GtCustomComponent component doesn't exist

Open mayraGL opened this issue 4 years ago • 1 comments

Hello! I've been trying to update to the latest version 5 but I think there is an error. When installing the project with npm it does not bring me the GtCustomComponent component. I am upgrading to angular 7 and this is causing problems for me.

mayraGL avatar Mar 05 '21 07:03 mayraGL

Hi @mayraGL, yeah I'm afraid version 5 which is marked as a pre-release introduces some breaking changes. Id' say they're good and will simplify a lot of things but you'll need to refactor your code a bit to make it work again. I haven't started with the documentation yet and there are some features I haven't started with either but if you'd like to check it out the latest version can be viewed here: https://hjalmers.github.io/angular-generic-table/rc/ note that it's only POC for the "new" table so no instructions or documentation just a basic component.

However meanwhile you should be able to use the alpha version of version 5 https://github.com/hjalmers/angular-generic-table/releases/tag/v5.0.0-alpha.3 as the breaking changes were introduces when going from alpha to RC (release candidate). You can install it with npm like this:

npm i @angular-generic-table/[email protected] --save

Are there any particular features you're using at the moment from this component that you're dependent on?

The new version supports most things already so it might be possible for you to use that one too (with a bit of refactoring).

hjalmers avatar Mar 10 '21 15:03 hjalmers