Public components not visible in migration from 1.4.0 to 1.5.0
- Langage dominant
- TypeScript
- Étoiles
- 1.6k
- Forks
- 867
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I rely heavily on Smart Table and I need to be able to import and use these components:
import {Ng2SmartTableComponent} from "ng2-smart-table/lib/ng2-smart-table.component";
- The SmartTableComponent for programatical access to the table instance.
import {CellComponent} from "ng2-smart-table/lib/components/cell/cell.component";
- The CellComponent is imported into cell renderers to be able to determine the selected state of the row.
import {DataSource} from "ng2-smart-table/lib/lib/data-source/data-source";
-The DataSource because I have created my own data source.
Are these classes not avaliable because you have a new build system?
I am also missing the css file in the new build, I am guessing that it is available somewhere else?
I have been forced to an older version for now, where there are problem with the /deep/ keyword in the ng2-smart-table.component.scss file which i manually have to edit.
I would really like to have those classes available.
Best Regards!
/Jesper
_Originally posted by @jopperknopper in https://github.com/akveo/ng2-smart-table/issues/1055#issuecomment-544998385_
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.