inspec/www/tutorial/app/app.component.html

9 lines
278 B
HTML
Raw Normal View History

2016-08-24 12:58:40 +00:00
<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>