I am having problems with this rule (patterns-use-public) and WebStorm. You can see it here:
What is the main purpose of this rule? What's wrong?
This rule applies to access to private components of a component from a template. Private members are for class use only; Templates run outside the scope of the component, so they should not have access to private individuals. See https://groups.google.com/forum/#!msg/angular/D_O_1fqA9WQ/pRNQARRiBgAJ , https://github.com/devoto13/angular2-private-members-example .
Regarding highlighting, it seems that incorrect error positions are reported using the encoder. Please run tslint in terminal using ng lint - what is the result?
ng lint
Source: https://habr.com/ru/post/1262711/More articles:Rails 5, action cable and current_user - ruby | fooobar.comDoes Python automatically flush its buffer when invoking search and / or read operations after writing? - pythonHow does Ember Inspector get data from the application? - javascriptRemove placeholder text from Google Maps Places APIs - javascriptneedrestart behaves differently when operated without using a manual ssh connection - ansibleReceived "ValueError: An invalid number (0) of restrictions was found for ..." during a Django migration - djangoNavigation box above status bar in nougat? - androidHow to view all keys in a data object in Vue 2 - watchConfidence Intervals for XGRegressor - pythonDocking with ulimit - dockerAll Articles