angular7
Here are 1,853 public repositories matching this topic...
Describe the bug
Highlighting displays encoded text if it contains '&' ( ex: 'Vilnius & Pavilnys' )
Reproducbile example
https://stackblitz.com/edit/angular-g5ufg4
To Reproduce
Steps to reproduce the behavior (if example is not provided):
- Go to https://stackblitz.com/edit/angular-g5ufg4
- start search, by typing in 'a'
- You can view
&inside the first option
Need to change Overview tabs to contain generic usage documentation. API Tab contains only API usage. Example contain only running examples.
-
Updated
May 23, 2020
-
Updated
May 11, 2020 - TypeScript
Describe the Bug
I'm having problems with the global mocks configured, I would like to disable them. Could be posible to provide an option in angular.json to disable it?
Minimal Reproduction
I think it isn't needed
Expected Behavior
And option to disable the [mocks ap
-
Updated
May 21, 2020 - TypeScript
Why do unit tests that import the core module produce the following warning:
An instance of PageScrollService already exists, usually including one provider should be enough, so double check
Is the service supposed to be providedIn: 'root' ? You have to import the module in order for the ngxps_config injection token to be set, and the module provides the service.
-
Updated
May 19, 2020 - TypeScript
-
Updated
May 22, 2020 - TypeScript
-
Updated
May 21, 2020 - TypeScript
As I read the front page, it look like angular 6 is the exception to installing . Is there a special version on monaco for each version or angular, or one version that works everywhere but a special one for angular 6.
Let me know and I will gladly change the readme and submit a PR
-
Updated
May 11, 2019 - TypeScript
-
Updated
Aug 6, 2019 - TypeScript
-
Updated
Mar 14, 2020 - TypeScript
I'm submitting a ... (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[ x] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
The modal adds a class to the body when it's open and removes it when it closes.
Expected behavior
The class sho
-
Updated
May 23, 2020 - TypeScript
-
Updated
May 6, 2020 - TypeScript
-
Updated
Apr 19, 2020 - TypeScript
-
Updated
Feb 11, 2019 - TypeScript
Theme fonts
Hi
I noticed that some components do not inherit the font from the page body.
Also some components use different fonts even from each other.
Could you consider making components inherit the body font by default, or maybe even including a font selection as part of the theme.
Thank you
Walter
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Jan 22, 2020 - C#
-
Updated
Mar 13, 2020 - TypeScript
By @cainaj, copied from stomp-js/ng2-stompjs#121 (comment)
Hi, I have a question about error handling with this library. I have something like:
startConnetionProcess() {
this.connecting = true;
this.pending = true;
this.authService.getIdToken()
.pipe(takeUntil(componentDestroyed(this)))
.subscribe(token => {
this.tok
-
Updated
May 2, 2019 - TypeScript
Improve this page
Add a description, image, and links to the angular7 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the angular7 topic, visit your repo's landing page and select "manage topics."