Skip to Content
Industrial Internet Application Development
book

Industrial Internet Application Development

by Alena Traukina, Jayant Thomas, Prashant Tyagi, Veera Kishore Reddipalli
September 2018
Intermediate to advanced
412 pages
11h 12m
English
Packt Publishing
Content preview from Industrial Internet Application Development

Displaying a multicard deck

Now, we will demonstrate how to visualize a deck created with multiple cards. To do this, follow this sequence of steps:

  1. Update the index.html file and paste the following code into it:
<!DOCTYPE html><html ng-app=""><head>  <title>UI</title>  <meta name="viewport" content="width=device-width, initial-scale=1.0">  <script src="bower_components/jquery/dist/jquery.js"></script>  <script src="bower_components/angular/angular.js"></script>  <script src="predix-uaa-client.js"></script>  <link rel="import" href="bower_components/px-card/px-card.html"/>  <link rel="import" href="device-card.html"/></head><body></body></html>
  1. Create the device-card.html file, which should contain the following code:
<dom-module id="device-card"> ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Industrial Internet of Things

Hands-On Industrial Internet of Things

Giacomo Veneri, Antonio Capasso
What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz

Publisher Resources

ISBN: 9781788298599Supplemental Content