angular-ngrx-material-starter icon indicating copy to clipboard operation
angular-ngrx-material-starter copied to clipboard

Angular, NgRx, Angular CLI & Angular Material Starter Project

Results 42 angular-ngrx-material-starter issues
Sort by recently updated
recently updated
newest added

## Minimal reproduction of the bug with instructions: 1- Remove all data from localstorage. 2- Navigate to: https://tomastrajan.github.io/angular-ngrx-material-starter#/examples/authenticated 3- No component/route is loaded after ## Expected behavior: Redirect to `/example`...

git clone https://github.com/tomastrajan/angular-ngrx-material-starter.git new-project cd new-project npm install npm start and then I get error ----------------------------------------------------------------------------------------------------- ERROR in Cannot use 'in' operator to search for 'base10Value' in null ** Angular...

Hi, when I try to use a simple `mat-icon` element the icon does not show up. Would you tell me what I need to override so that I can use...

Hello. I have spend my entire day trying to launch the protractor test in "debug". ideally I would like to debug it from visual studio but I did not manage....

Hello I'm trying to install your angular-ngrx-material-starter but its impossible due to a recurrent error described as follows by npm installer: An unhandled exception occurred: Cannot find module './internal/Observable' Require...

## Minimal reproduction of the bug with instructions: color selection is not honored by `big-input-action` element. ``` {{label}} ``` ## Expected behavior: I should be able to set different colors...

Fixed the animations for the router transitions which are broken in Safari and Edge because a inline style from the animation "position: fixed" was not properly removed. Closes: #495 Closes:...

Hello. I wanted to start a website using this starter that looked perfect on my laptop. However on my iphone 8. (ios 12.4) with chrome 69.0.3497.91 (I do not see...

## Minimal reproduction of the bug with instructions: Just open the demo app in Edge: elements overlaps among them and layout is completely messed up. Cannot test on Safari, please...

So I'm trying to create a new component based on examples called "workspace". In workspace.module (renamed from examples) I added workspace instead of examples as the path, and copy pasted...