How to prevent user from accessing complete source of angularjs application -


if angularjs application created , hosted user have access source since getting rendered there can @ least part of source prevented user access directly. if how do that.

you combination of lazy loading, authentication , server-side rendering...

see http://wassimchegham.com/blog/angular-2-universal-isomorphic-server-rendering-ng2-survey-results


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -