-
Notifications
You must be signed in to change notification settings - Fork 357
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
Feature/core docs #66
Conversation
<p>Import the [CovalentCoreModule] using the <code>forRoot()</code> method in your NgModule:</p> | ||
<td-highlight lang="typescript"> | ||
<![CDATA[ | ||
import { CovalentCoreModule } from '@angular/core'; |
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.
should this be @covalent/core
?
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.
damn it, copy paste is my worse enemy haha
is TdMediaToggleDirective still a directive that's usable? can you add docs to use it in here? |
Its there in the docs
|
Description
Updated rest of core docs with ngModule.
#65
What's included?
stepper
docs with ngModule and removed directives from examples.expansion
docs and removed directives from examples.media
docs and removed directives/providers from examples.Test Steps
ng serve
Screenshots or link to CodePen/Plunker/JSfiddle