import { Component, OnInit } from '@angular/core' @Component({ selector: 'app-all-solutions-link', template: `


« Back to All Solutions

` }) export class AllSolutionsLinkComponent implements OnInit { constructor() { } ngOnInit() { } }