Provide Integration sample code of Angular v1.7 with iframe-resizer
Budget: $10 – $30 USD
This is a project for Angular 1.6 / 1.7 expert.
In a small project that uses Angular v1.7 together with typescript, in a component module,
I want a page with an iframe which automatically resize from its content managed by iframe-resizer => http://davidjbradshaw.github.io/iframe-resizer/
the component contains code like this:
<iframe id="myIframe" style="border: none" width="100%" src="{{$ctrl.token_url | trustAsResourceUrl}}" ng-iframe-resizer>
</iframe>
All the sample code I found by googling or in npm.js are for recent versions of Angular, I need a working example with older Angular.js v1.7
I use in package json: "angular": "^1.7.9"
I need iframe-resizer of any other package which does the job.
I am attaching sample code of the page (just as example) and package.json as a reference for versions used.
In a small project that uses Angular v1.7 together with typescript, in a component module,
I want a page with an iframe which automatically resize from its content managed by iframe-resizer => http://davidjbradshaw.github.io/iframe-resizer/
the component contains code like this:
<iframe id="myIframe" style="border: none" width="100%" src="{{$ctrl.token_url | trustAsResourceUrl}}" ng-iframe-resizer>
</iframe>
All the sample code I found by googling or in npm.js are for recent versions of Angular, I need a working example with older Angular.js v1.7
I use in package json: "angular": "^1.7.9"
I need iframe-resizer of any other package which does the job.
I am attaching sample code of the page (just as example) and package.json as a reference for versions used.