nathangrove / ng-snow

Angular2+ starter application for ServiceNow integration
25 stars 23 forks source link

added parameter for token instead of using window #9

Closed tommykjensen closed 5 years ago

tommykjensen commented 5 years ago

Instead of storing the session token in the window I added it as a parameter on the component. This is a cleaner way. This method can also be used to pass other parameters for example table name and sysid for a record to be retrieved by the angular app.