Skip to content

Commit 6a7cc28

Browse files
add new logos in module
1 parent 416e2ae commit 6a7cc28

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

projects/angular-techs-logos/src/lib/angular-techs-logos.module.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,15 @@ import { TiktokComponent } from './techs/tiktok/tiktok.component';
142142
import { CobolComponent } from './techs/cobol/cobol.component';
143143
import { FirefoxComponent } from './techs/firefox/firefox.component';
144144
import { MaxComponent } from './techs/max/max.component';
145+
import { AzureComponent } from './techs/azure/azure.component';
146+
import { GrafanaComponent } from './techs/grafana/grafana.component';
147+
import { AnsibleComponent } from './techs/ansible/ansible.component';
148+
import { NginxComponent } from './techs/nginx/nginx.component';
149+
import { AppStoreComponent } from './techs/appstore/appstore.component';
150+
import { GraylogComponent } from './techs/graylog/graylog.component';
151+
import { CircleCiComponent } from './techs/circleci/circleci.component';
152+
import { D3Component } from './techs/d3/d3.component';
153+
import { EloComponent } from './techs/elo/elo.component';
145154

146155
@NgModule({
147156
imports: [CommonModule],
@@ -288,6 +297,15 @@ import { MaxComponent } from './techs/max/max.component';
288297
CobolComponent,
289298
FirefoxComponent,
290299
MaxComponent,
300+
AzureComponent,
301+
GrafanaComponent,
302+
AnsibleComponent,
303+
NginxComponent,
304+
AppStoreComponent,
305+
GraylogComponent,
306+
CircleCiComponent,
307+
D3Component,
308+
EloComponent,
291309
]
292310
})
293311
export class AngularTechsLogosModule {}

0 commit comments

Comments
 (0)