Skip to content
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

Merged
merged 3 commits into from
Sep 24, 2018
Merged

Feat/docs install #740

merged 3 commits into from
Sep 24, 2018

Conversation

nnixaa
Copy link
Collaborator

@nnixaa nnixaa commented Sep 23, 2018

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

@nnixaa nnixaa requested a review from Tibing September 23, 2018 17:37
@@ -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.
Copy link
Member

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.
Copy link
Member

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.
Copy link
Member

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

Copy link
Member

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?

Copy link
Collaborator Author

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

package.json Show resolved Hide resolved
@nnixaa nnixaa merged commit d08c4d5 into master Sep 24, 2018
@nnixaa nnixaa deleted the feat/docs-install branch September 24, 2018 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants