inspec/www/tutorial/app/app.component.html
Victoria Jeffrey 1ea965080a initial commit
2016-09-01 22:33:41 +01:00

9 lines
No EOL
278 B
HTML

<h1>InSpec Demo</h1>
<div class="demo-view">
<div class="instructions">
<div class="instructions-content">
<pre> {{instructions}} </pre>
</div>
</div>
<terminal-view [responsesArray]="responsesArray" (stepCounter)="stepCounter=$event"></terminal-view>
</div>