{"version":3,"file":"url.directive.d.ts","sources":["url.directive.d.ts"],"names":[],"mappings":"AAAA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["import { Validator, AbstractControl } from '@angular/forms';\r\nimport { ValidatorService } from './validator.service';\r\nexport declare class UrlValidator implements Validator {\r\n    private service;\r\n    constructor(service: ValidatorService);\r\n    validate(c: AbstractControl): {\r\n        [key: string]: any;\r\n    };\r\n}\r\n"]}