File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
projects/angular-techs-logos/src/lib Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,15 @@ import { TiktokComponent } from './techs/tiktok/tiktok.component';
142
142
import { CobolComponent } from './techs/cobol/cobol.component' ;
143
143
import { FirefoxComponent } from './techs/firefox/firefox.component' ;
144
144
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' ;
145
154
146
155
@NgModule ( {
147
156
imports : [ CommonModule ] ,
@@ -288,6 +297,15 @@ import { MaxComponent } from './techs/max/max.component';
288
297
CobolComponent ,
289
298
FirefoxComponent ,
290
299
MaxComponent ,
300
+ AzureComponent ,
301
+ GrafanaComponent ,
302
+ AnsibleComponent ,
303
+ NginxComponent ,
304
+ AppStoreComponent ,
305
+ GraylogComponent ,
306
+ CircleCiComponent ,
307
+ D3Component ,
308
+ EloComponent ,
291
309
]
292
310
} )
293
311
export class AngularTechsLogosModule { }
You can’t perform that action at this time.
0 commit comments