[](#contributors)
   
💥 fireloop-starter 💥
| import { TestBed, async } from '@angular/core/testing'; | |
| import { RouterTestingModule } from '@angular/router/testing'; | |
| import { AppComponent } from './app.component'; | |
| describe('AppComponent', () => { | |
| beforeEach(async(() => { | |
| TestBed.configureTestingModule({ | |
| imports: [ | |
| RouterTestingModule | |
| ], | |
| declarations: [ | 
| ________ | |
| ╱ ╲ | |
| ╱ ╲ | |
| ________╱ ╲ | |
| ╱ ╲ ╱ | |
| ╱ ╲ ╱ | |
| ╱ ╲________╱ | |
| ╲ ╱ ╲ | |
| ╲ ╱ ╲ | |
| ╲________╱ ╲ | 
| _____ | |
| ╱ ╲ | |
| _____╱ ╲ | |
| ╱ ╲ ╱ ╭──╮ ╭──╮ ╷ ╭─╮╭─╮ ╭── ╭─╮ ╷ ╭──╮ | |
| ╱ ╲_____╱ │ │ │ │ │ ││ │ │ │ │ │ │ │ | |
| ╲ ╱ ╲ │ │ │ │ │ ╰╯ │ ├─ │ │ │ ├──┤ | |
| ╲_____╱ ╲ ╰──╯ ╰──╯ ╰── ╵ ╵ ╰── ╵ ╰─╯ ╵ ╵ | |
| ╲ ╱ | |
| ╲_____╱ | 
| import { Component, ChangeDetectionStrategy, Input } from '@angular/core' | |
| @Component({ | |
| selector: 'theme', | |
| template: ` | |
| <div class="btn-group" | |
| [class.show]="themeDropOpen"> | |
| <button type="button" | |
| class="btn btn-outline-primary dropdown-toggle" | |
| data-toggle="dropdown" | 
| FROM ubuntu:16.04 | |
| RUN apt-get update && apt-get install curl -y | |
| RUN curl "https://gist.githubusercontent.com/beeman/1570e49c70ded6ed2e80d4c7514f6e66/raw" | sh | 
| #!/bin/sh | |
| # Create and activate swap | |
| dd if=/dev/zero of=/swapfile bs=256M count=4 | |
| chmod 600 /swapfile | |
| mkswap /swapfile | |
| swapon /swapfile | |
| # Activate swapfile on boot | |
| echo "" >> /etc/fstab | |
| echo "/swapfile none swap sw 0 0" >> /etc/fstab | 
💥 fireloop-starter 💥
| #!/bin/sh | |
| # Create and activate swap | |
| dd if=/dev/zero of=/swapfile bs=256M count=4 | |
| chmod 600 /swapfile | |
| mkswap /swapfile | |
| swapon /swapfile | |
| # Activate swapfile on boot | |
| echo "" >> /etc/fstab | |
| echo "/swapfile none swap sw 0 0" >> /etc/fstab | 
| Suggestion A | |
| _ _ ____ _ ___ | |
| / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| | |
| / _ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | | |
| / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | | |
| /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| | |
| |___/ | |
| Suggestion B | 
| root@test:~# git clone https://github.com/angular/angular-cli.git | |
| Cloning into 'angular-cli'... | |
| remote: Counting objects: 12248, done. | |
| remote: Compressing objects: 100% (19/19), done. | |
| remote: Total 12248 (delta 2), reused 0 (delta 0), pack-reused 12227 | |
| Receiving objects: 100% (12248/12248), 3.00 MiB | 0 bytes/s, done. | |
| Resolving deltas: 100% (6249/6249), done. | |
| Checking connectivity... done. | |
| root@test:~# cd angular-cli/ | |
| root@test:~/angular-cli# npm i |