Skip to content

Commit

Permalink
*add + sign to 'Add new class' button
Browse files Browse the repository at this point in the history
*fix linting and rest snapshot
*fix ts-lint issue: Compiler option 'extends' requires a value of type string according to: palantir/tslint#3643
  • Loading branch information
Ulman, Avi (au2811) authored and Roi ben haim (rb136m) committed Nov 19, 2018
1 parent c93eb4f commit 30cc577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/spinner/spinner.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

import { Component, OnDestroy, OnInit, Input } from '@angular/core';
import { Component, OnDestroy, OnInit } from '@angular/core';
import { merge, Observable, Subscription, timer } from 'rxjs';
import { debounce, distinctUntilChanged, partition, switchMap } from 'rxjs/operators';
import { PendingInterceptorService } from '../../services/spinner/pending-interceptor.service';
Expand Down

0 comments on commit 30cc577

Please sign in to comment.