ng-gpt
Version:
A Angular implementation of the google GPT API.
8 lines (7 loc) • 430 B
TypeScript
export { ScriptInjectorService } from './script-injector.service';
export { HttpErrorService } from './http-error.service';
export { PubadsSetConfigService } from './pubads.setConfig.service';
export { IdleService } from './idle.service';
export { ParseDurationService } from './parse-duration.service';
export { GptRefreshService } from './gpt-refresh.service';
export { GptIDGeneratorService } from './gpt-idGenerator.service';