rd-dev-ukraine / angular-io-datepicker

MIT License
21 stars 18 forks source link

How I can import DatePickerModule and OverlayModule with "Angular Cli" ?. #1

Closed tnqsoft closed 7 years ago

tnqsoft commented 7 years ago

Hi !

Thanks for share Datepicker component, but...How I can import DatePickerModule and OverlayModule with "Angular Cli" ?.

rd-dev-ukraine commented 7 years ago

@tnqsoft What kind of problem you have got?

Taewa commented 7 years ago

I have a similar question. Where to import OverlayModule and DatePickerModule?

I see importing OverlayModule at repo

But I don't find in my local after npm i angular-io-datepicker --save

Taewa commented 7 years ago

Ok it was

import { DatePickerModule } from "angular-io-datepicker/src/datepicker/index";
import { OverlayModule } from "angular-io-overlay";

And had to install OverlayModule myself. ( npm i angular-io-overlay --save)

issunboshi commented 6 years ago

Thanks @Taewa. The readme should mention how to get hold of the OverlayModule

Taewa commented 6 years ago

@issunboshi I agree.