-
I have the following animation defined
```typescript
trigger('ngIfAnimation', [
transition('* *', [
query(':enter', style({opacity: 0, transform: 'translateY(-200px)'}), {optional: …
-
### Which platform(s) does your issue occur on?
Android, Pixel XL 2
### Please, provide the following version numbers that your issue occurs with:
- CLI: 3.4.2
- Cross-platform modules: 3.4.1
…
-
It's either something wrong with my `tslint.json` (which used to work before I upgraded many packages) or it's a bug.
### Is this a bug report?
Yes
### Can you also reproduce the problem …
-
Here is the package.json.
```
{
"name": "angular-starter",
"version": "6.0.0",
"description": "An Angular Webpack Starter kit featuring Angular (Router, Http, Forms, Services, Tests, …
-
I tried to add the plugin to my app following the documentation's steps ,
however I got that error in the title,
ionic cordova run andoid output =
`ANDROID_HOME=/home/xdabier/Android/Sdk
JAVA_HO…
-
Hello,
Firstly, thanks for the great plugin. It's really useful, just have one small problem to do with code coverage. I'm using SonarQube Scanner 3.0.3.778, SonarTS 1.0.0.340 and SonarQube server …
-
https://github.com/hippware/rn-chat/pull/4716#issuecomment-579725798
-
I installed the plugin as specified in the docs, I am using ng2-charts with following options:
` public barChartOptions = {
plugins: {
stacked100: { enable: true },
},
l…
-
#### Offending code
```ts
export class NullDereferenced extends Error {
constructor(readonly message: string = 'This value was promised to never be undefined.') {
super(message);
Ob…
-
Usually we have our react components `render` methods at the end of the class. The `member-ordering` rule wants the public render method to be defined before any private methods. I think we should enf…