You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Applying migration for Ignite UI for Angular to version ${version}`
11
11
);
12
12
13
+
// eslint-disable-next-line max-len
14
+
constUPDATE_NOTE=`<!--NOTE: This component has been updated by Infragistics migration: v${version}\nPlease check your template whether all bindings/event handlers are correct.-->\n`;
15
+
13
16
constCOMPONENTS=[
14
17
{
15
18
component: 'igx-bottom-nav',
@@ -129,7 +132,7 @@ See https://www.infragistics.com/products/ignite-ui-angular/angular/components/t
@@ -195,8 +206,7 @@ See https://www.infragistics.com/products/ignite-ui-angular/angular/components/t
195
206
map(node=>getSourceOffset(nodeasElement)).
196
207
forEach(offset=>{
197
208
const{ startTag, file }=offset;
198
-
// eslint-disable-next-line max-len
199
-
constcommentText=`<!--NOTE: This component has been updated by Infragistics migration: v${version}\nPlease check your template whether all bindings/event handlers are correct.-->\n`;
0 commit comments