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
added alert support to all panels. Removed cookieservice (angular2-cookie). Storing service_type inside localStorage. Using my branch of angular-cli until angular/angular-cli#3201 is merged.
Copy file name to clipboardExpand all lines: src/app/dashboard/dashboard.component.html
+10
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,16 @@ <h2 class="title">Dashboard</h2>
8
8
<divclass="description">Tonsequat in erat ut, congue bibendum nulla. Suspendisse id pharetra lacus, et hendrerit mi. Praesent at vestibulum tortor. Praesent condimentum efficitur massa pharetra dolor sed.</div>
9
9
</div>
10
10
</div>
11
+
12
+
<divclass="row">
13
+
<divclass="col-lg-10 col-lg-offset-1">
14
+
<alert*ngFor="let alert of alerts;let i = index" [type]="alert.type" dismissible="true" (close)="closeAlert(i)">
<divclass="description">Praesent at vestibulum tortor. Praesent condimentum efficitur massa, nec congue sem dapibus sed. Sed eget justo at erat suscipit tristique sit.</div>
9
9
</div>
10
10
</div>
11
+
12
+
<divclass="row">
13
+
<divclass="col-lg-10 col-lg-offset-1">
14
+
<alert*ngFor="let alert of alerts;let i = index" [type]="alert.type" dismissible="true" (close)="closeAlert(i)">
<divclass="description">Praesent at vestibulum tortor. Praesent condimentum efficitur massa, nec congue sem dapibus sed. Sed eget justo at erat suscipit tristique sit.</div>
9
9
</div>
10
10
</div>
11
+
12
+
<divclass="row">
13
+
<divclass="col-lg-10 col-lg-offset-1">
14
+
<alert*ngFor="let alert of alerts;let i = index" [type]="alert.type" dismissible="true" (close)="closeAlert(i)">
<divclass="description">Praesent at vestibulum tortor. Praesent condimentum efficitur massa, nec congue sem dapibus sed. Sed eget justo at erat suscipit tristique sit.</div>
0 commit comments