-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/docs install #740
Feat/docs install #740
Conversation
@@ -16,6 +16,19 @@ import { NbLayoutDirectionService } from '../../services/direction.service'; | |||
* It means parent `position` should be set to anything except `static`, e.g. `relative`, | |||
* `absolute`, `fixed`, or `sticky`. | |||
* | |||
* ### Installation | |||
* | |||
* Import `NbCalendarModule` to your feature module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you have to import NbCalendarModule
if you want to use badges)
@@ -22,6 +22,18 @@ export interface NbCalendarRange<D> { | |||
* ```html | |||
* <nb-calendar-range [(range)]="range"></nb-calendar-range> | |||
* ``` | |||
* ### Installation | |||
* | |||
* Import `NbCalendarModule` to your feature module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not NbCalendarModule
but NbCalendarRangeModule
@@ -20,6 +20,20 @@ import { NbCalendarCell, NbCalendarSize, NbCalendarViewMode } from '../calendar- | |||
* Basic usage example | |||
* @stacked-example(Showcase, calendar/calendar-showcase.component) | |||
* | |||
* ### Installation | |||
* | |||
* Import `NbCalendarRangeModule` to your feature module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And here not NbCalendarRangeModule
but NbCalendarModule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can merge calendar and calendar range modules? Do we really need this separation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's keep both for now
Please read and mark the following check list before creating a pull request:
Short description of what this resolves: