Angular 2 - TSLINT - Property '...' is declared but never used -
i have many unused params functions , constructors, usualy, underscore trick
1) here still error message
i tried (or adding underscore)
/* tslint:disable-next-line:no-unused-variable */ constructor(private el: elementref) { } with no luck
2) how deal parameters used in templates, such errors triggered ?
i have console.log faint using variable
thanks
set in tslist.json
"nounusedlocals": false, "nounusedparameters": false
Comments
Post a Comment