haavardj / ngx-cron-editor

Graphically build CRON expressions in Angular 15+
https://github.com/haavardj/ngx-cron-editor
MIT License
44 stars 101 forks source link

Bundle index file is missing #30

Closed Aleksey-Yermolenko closed 9 months ago

Aleksey-Yermolenko commented 9 months ago

In v.0.8.0 file index.d.ts is missing, so ng cli fails to build projects because it cannot resolve package's exported API with:

import { CronOptions } from 'ngx-cron-editor';

Works: import { CronOptions } from 'ngx-cron-editor/public_api';

haavardj commented 9 months ago

Seems like a build error. I just pushed out 0.8.1. Please check if that works better.

Aleksey-Yermolenko commented 9 months ago

Thank you, it works!