We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9e21d commit 36345ebCopy full SHA for 36345eb
angular/src/environments/environment.prod.ts
@@ -2,7 +2,7 @@ export const environment = {
2
production: true,
3
application:
4
{
5
- name: 'angular-starter',
+ name: 'angular-bootstrap',
6
version: 'Angular 15.0.1',
7
bootstrap: 'Bootstrap 5.2.3',
8
fontawesome: 'Font Awesome 6.2.1',
angular/ui/angular-starter-home.html
@@ -174,7 +174,7 @@
174
<div class="col-12 col-sm-12 col-md-12 col-lg-3 col-xl-3 text-center mb-2">
175
<h1 class="h5">
176
<i class="fas fa-laptop fa-lg me-2 text-primary"></i>
177
- angular-starter
+ angular-bootstrap
178
<i class="fas fa-mobile-alt fa-lg ms-2 text-primary"></i>
179
</h1>
180
</div>
0 commit comments