You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep! 😄 , i was waiting on this to see if we can still use Renderer for now or access directly @angular/animations/browser pre 4.1.0-beta as stated in angular/angular#15294 (comment). If Renderer will still be there until 4.1.0, then we can just keep using it for now.
@d3viant0ne thanks but still getting the following when running ng build prod with CLI
ERROR in _gendir/node_modules/@covalent/core/data-table/data-table.component.ngfactory.ts (1,1): Property '_selectable' is private and only accessible within class 'TdDataTableComponent'.
/node_modules/@covalent/core/data-table/data-table.component.html (14,5): Property '_data' is private and only accessible within class 'TdDataTableComponent'.
$$_gendir/node_modules/@covalent/core/data-table/data-table.component.ngfactory.ts (1,1): Property '_selectable' is private and only accessible within class 'TdDataTableComponent'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
#393
Starting the PR (will set its description later)
What's included?
templatewithng-templateOpaqueTokenwithInjectionTokenBrowserAnimationsModulewhere neededTest Steps
General Tests for Every PR
ng serve --aotstill works.npm run lintpasses.npm testpasses and code coverage is not lower.npm run buildstill works.Screenshots or link to CodePen/Plunker/JSfiddle