You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
902 B

{"ast":null,"code":"import { BehaviorSubject } from 'rxjs';\nimport * as i0 from \"@angular/core\";\nexport let TranslationContentService = /*#__PURE__*/(() => {\n class TranslationContentService {\n constructor() {\n this.contentSource = new BehaviorSubject({});\n this.content = this.contentSource.asObservable();\n }\n\n setContent(contentSelected) {\n this.contentSource.next(contentSelected);\n }\n\n getContent() {\n return this.content;\n }\n\n }\n\n TranslationContentService.ɵfac = function TranslationContentService_Factory(t) {\n return new (t || TranslationContentService)();\n };\n\n TranslationContentService.ɵprov = /*@__PURE__*/i0.ɵɵdefineInjectable({\n token: TranslationContentService,\n factory: TranslationContentService.ɵfac\n });\n return TranslationContentService;\n})();","map":null,"metadata":{},"sourceType":"module"}