javascript - VS2017/Resharper2017 "cannot resolve tag" for custom angular2 components in cshtml pages -
i creating first angular2 (4) app in visual studio 2017 community edition resharper ultimate 2017.2.
i have created number of custom angular components valid selectors such "my-app", whenever reference these components <my-app></my-app>
in cshtml page cannot resolve tag 'my-app'
warning in resharper.
i have enabled angular 2.x support html pages in resharper under options -> code editing -> html -> javascript , frameworks , fixed problem in html angular templates, not cshtml pages used mvc.
note when run application works fine, purely matter of resharper static analysis identifying false positive warning.
is there anyway work around , make resharper understand these tags in cshtml pages too?
Comments
Post a Comment