source: trip-planner-front/node_modules/@fortawesome/angular-fontawesome/fesm2015/fortawesome-angular-fontawesome-testing.js.map@ 76712b2

Last change on this file since 76712b2 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{"version":3,"file":"fortawesome-angular-fontawesome-testing.js","sources":["../../../testing/src/icon/mock-icon-library.service.ts","../../../testing/src/testing.module.ts","../../../testing/src/fortawesome-angular-fontawesome-testing.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { FaIconLibraryInterface } from '@fortawesome/angular-fontawesome';\nimport { IconDefinition, IconName, IconPrefix } from '@fortawesome/fontawesome-svg-core';\n\nexport const dummyIcon: IconDefinition = {\n prefix: 'fad',\n iconName: 'dummy' as IconName,\n icon: [512, 512, [], 'f030', 'M50 50 H462 V462 H50 Z'],\n};\n\n@Injectable({\n providedIn: 'root',\n})\nexport class MockFaIconLibrary implements FaIconLibraryInterface {\n addIcons() {\n throw new Error('Attempt to add an icon to the MockFaIconLibrary.');\n }\n\n addIconPacks() {\n throw new Error('Attempt to add an icon pack to the MockFaIconLibrary.');\n }\n\n getIconDefinition(prefix: IconPrefix, name: IconName): IconDefinition {\n return dummyIcon;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { FaIconLibrary, FontAwesomeModule } from '@fortawesome/angular-fontawesome';\nimport { MockFaIconLibrary } from './icon/mock-icon-library.service';\n\n@NgModule({\n exports: [FontAwesomeModule],\n providers: [{ provide: FaIconLibrary, useExisting: MockFaIconLibrary }],\n})\nexport class FontAwesomeTestingModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n\nexport {MockFaIconLibrary as ɵa} from './icon/mock-icon-library.service';"],"names":[],"mappings":";;;AAIO,MAAM,SAAS,GAAmB;IACvC,MAAM,EAAE,KAAK;IACb,QAAQ,EAAE,OAAmB;IAC7B,IAAI,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,EAAE,wBAAwB,CAAC;CACvD,CAAC;MAKW,iBAAiB;IAC5B,QAAQ;QACN,MAAM,IAAI,KAAK,CAAC,kDAAkD,CAAC,CAAC;KACrE;IAED,YAAY;QACV,MAAM,IAAI,KAAK,CAAC,uDAAuD,CAAC,CAAC;KAC1E;IAED,iBAAiB,CAAC,MAAkB,EAAE,IAAc;QAClD,OAAO,SAAS,CAAC;KAClB;;;;YAdF,UAAU,SAAC;gBACV,UAAU,EAAE,MAAM;aACnB;;;MCJY,wBAAwB;;;YAJpC,QAAQ,SAAC;gBACR,OAAO,EAAE,CAAC,iBAAiB,CAAC;gBAC5B,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,iBAAiB,EAAE,CAAC;aACxE;;;ACPD;;;;;;"}
Note: See TracBrowser for help on using the repository browser.