<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: selvamp</title>
    <description>The latest articles on DEV Community by selvamp (@selvamp).</description>
    <link>https://dev.to/selvamp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F205078%2F2b70b40b-ba9d-4fc6-a111-cfa60e59d619.png</url>
      <title>DEV Community: selvamp</title>
      <link>https://dev.to/selvamp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/selvamp"/>
    <language>en</language>
    <item>
      <title>Convert angularJs1.4 code to ionic 4 angular 7</title>
      <dc:creator>selvamp</dc:creator>
      <pubDate>Thu, 01 Aug 2019 11:27:36 +0000</pubDate>
      <link>https://dev.to/selvamp/convert-angularjs1-4-code-to-ionic-4-angular-7-5hno</link>
      <guid>https://dev.to/selvamp/convert-angularjs1-4-code-to-ionic-4-angular-7-5hno</guid>
      <description>&lt;p&gt;Hi&lt;br&gt;
The mobile app developed Angularjs 1.4. The plugin also developed Angularjs 1.4. the plugin part of code used in angularjs app. Now I am newly developed ionic 4 &amp;amp; angular 7 code. I want to convert plugin part code into angular 7. the code is below:This is customized plugin to access server. here is full code:&lt;/p&gt;

&lt;p&gt;if (pluginName == 'getDeviceModelAndOSVersion') {&lt;br&gt;
 var vectorAppRootScope = angular.element(document.querySelector('[app-root]')).scope().$root; &lt;br&gt;
 browser.executeScript({ code: successFunctionName + '("' + vectorAppRootScope.this.device.model + '","' + vectorAppRootScope.this.device.version + '");' &lt;br&gt;
 }); &lt;br&gt;
 }&lt;/p&gt;

&lt;p&gt;Please help&lt;/p&gt;

</description>
      <category>angular</category>
    </item>
  </channel>
</rss>
