Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property 'rowDoubleClicked' is private and only accessible within class 'DataTable'. #47

Open
jay-thanki opened this issue Dec 20, 2017 · 1 comment

Comments

@jay-thanki
Copy link

issue while running

ng build --prod href="./"

ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (10,5): Prope
rty 'rowDoubleClicked' is private and only accessible within class 'DataTable'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (10,5): Prope
rty 'rowDoubleClicked' is private and only accessible within class 'DataTable'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (11,5): Prope
rty 'rowClicked' is private and only accessible within class 'DataTable'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (11,5): Prope
rty '_this' is private and only accessible within class 'DataTableRow'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (4,5): Proper
ty 'getRowColor' is private and only accessible within class 'DataTable'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (4,5): Proper
ty '_this' is private and only accessible within class 'DataTableRow'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (10,5): Prope
rty '_this' is private and only accessible within class 'DataTableRow'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (10,5): Prope
rty '_this' is private and only accessible within class 'DataTableRow'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (11,5): Prope
rty 'rowClicked' is private and only accessible within class 'DataTable'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (11,5): Prope
rty '_this' is private and only accessible within class 'DataTableRow'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (4,5): Proper
ty 'getRowColor' is private and only accessible within class 'DataTable'.
ERROR in ng:///F:/xampp/htdocs/table/angular-4-data-table-demo/node_modules/angu
lar-4-data-table/src/components/row.component.ts.DataTableRow.html (4,5): Proper
ty '_this' is private and only accessible within class 'DataTableRow'.

Please don't suggest to run

ng build --prod --aot=false

I don't want to use above command.

@mohamedaboelmagd
Copy link

also Property 'getRowColor' is private and only accessible within class 'DataTable'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants