I tried this
Specifying only no-unsafe-eval tells AngularJS that we must not use eval, but that we can inject inline styles. E.g. <body ng-csp="no-unsafe-eval">.
Specifying only no-inline-style tells AngularJS that we must not inject styles, but that we can run eval - no automatic check for unsafe eval will occur. E.g. <body ng-csp="no-inline-style">
Specifying both no-unsafe-eval and no-inline-style tells AngularJS that we must not inject styles nor use eval, which is the same as an empty: ng-csp. E.g.<body ng-csp="no-inline-style;no-unsafe-eval">
after this application is working but total htmla is howing not working as actual application do not showing any data.