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
Goal: ng2-material over jQuery/Materialize -- all state must go through the model rather than "Materialize does it in the DOM so I try to manipulate that using jQuery cuz they don't do a model". This switch would unblock transition to ngrx/store.
// NativeScript: also doesn't appear to support the idea of using multiple TabViews and selecting them from JS...
Ionic 2: seems an option for mobile. investigate more.
Materialize classes used:
Stateful (replace):
tooltips (ng2mat, covalent, $, paper): .tooltipped -- paper-tooltip is worse than Materialize's .tooltipped: no jQuery, but small text (try .material-tooltip's font-size: 1rem;), and requires either IDs for correlation, or wrapping in div(tabindex="0") elements intercepting clicks and messing with style...
tabs ($, justin, paper, ng2mat): .tabs/.tab //also potentially unfortunate in its current use of IDs, which makes components not reusable without jade (/ng2?) prefix hacks; Polymer also needs jQuery-style DOM selection.
Goal: ng2-material over jQuery/Materialize -- all state must go through the model rather than "Materialize does it in the DOM so I try to manipulate that using jQuery cuz they don't do a model". This switch would unblock transition to
ngrx/store
.CSS frameworks:
backdrop, bottomSheet, chips, colors, content, datePicker (bootstrap alt, ripjar datetime picker), dialog (covalent), divider, fabActions, fabSpeedDial, fabToolbar, menuBar, navBar, panel, select (covalent),showHide, slider (covalent),sticky, subheader, swipe, toast (covalent), tooltip (covalent), virtualRepeat, whiteframeOthers:
Materialize classes used:
Stateful (replace):
font-size: 1rem;
), and requires either IDs for correlation, or wrapping in div(tabindex="0") elements intercepting clicks and messing with style...//* toasts (covalent, Notification API, paper): Materialize.toast() -> https://github.com/stabzs/Angular2-Toaster
Cosmetic (can keep):
characterCount
: https://www.npmjs.com/package/@angular2-material/inputMisc:
The text was updated successfully, but these errors were encountered: