diff --git a/angular.json b/angular.json index 175b8f0..c026757 100644 --- a/angular.json +++ b/angular.json @@ -29,7 +29,8 @@ "node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.css" ], - "scripts": [] + "scripts": [ + ] }, "configurations": { "production": { diff --git a/package-lock.json b/package-lock.json index 880650e..d401d8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7858,6 +7858,11 @@ "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" }, + "node_modules/chart.js": { + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.9.1.tgz", + "integrity": "sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==" + }, "node_modules/chokidar": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", diff --git a/src/app/app.module.ts b/src/app/app.module.ts index d571dbb..9b57a8b 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -28,6 +28,7 @@ import { ProgressBarComponent } from './components/general/progress-bar/progress import { VideoComponent } from './components/home/video/video.component'; import { PageViewCounterComponent } from './components/general/counter/page-view-counter/page-view-counter.component'; import { OtherActivityComponent } from './components/other-activity/other-activity.component'; +import { MatIconModule } from '@angular/material/icon'; // AOT compilation support export function HttpLoaderFactory(http: HttpClient) { @@ -55,7 +56,7 @@ export function HttpLoaderFactory(http: HttpClient) { VideoComponent, //Remove the following line: PageViewCounterComponent, - OtherActivityComponent, + OtherActivityComponent ], imports: [ BrowserModule, @@ -72,7 +73,8 @@ export function HttpLoaderFactory(http: HttpClient) { useFactory: HttpLoaderFactory, deps: [HttpClient] } - }) + }), + MatIconModule, ], providers: [], bootstrap: [AppComponent] diff --git a/src/app/components/home/job/job.component.css b/src/app/components/home/job/job.component.css index 371ca77..fe10def 100644 --- a/src/app/components/home/job/job.component.css +++ b/src/app/components/home/job/job.component.css @@ -110,3 +110,18 @@ margin-bottom: 50px; } } + +a.company-tab-content{ + display: inline; + margin: 0; + padding: 0; + border: none; + font: inherit; + color: inherit; + background-color: transparent; + cursor: pointer; + text-decoration: none; + white-space: nowrap; + font-family: SF Mono, Fira Code, Fira Mono, Roboto Mono, Lucida Console, Monaco, Monospace; + font-size: 16px; +} diff --git a/src/app/components/home/job/job.component.html b/src/app/components/home/job/job.component.html index 39a2893..4390faa 100644 --- a/src/app/components/home/job/job.component.html +++ b/src/app/components/home/job/job.component.html @@ -11,7 +11,7 @@