import { CachingHeaders} from "../../../../projects/angular-http-cache-interceptor/src/lib/caching-headers.enum";
@Component({
selector: 'p3x-default-component',
templateUrl: './default-component.component.html',
styleUrls: ['./default-component.component.scss'],
//FIXME why do we have to use ViewEncapsulation.None?