This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { BrowserModule } from '@angular/platform-browser'; | |
| import { NgModule } from '@angular/core'; | |
| import { AppComponent } from './app.component'; | |
| // Material | |
| import {BrowserAnimationsModule} from '@angular/platform-browser/animations'; | |
| import {MatCheckboxModule} from '@angular/material/checkbox'; | |
| import {MatButtonModule} from '@angular/material/button'; | |
| import {MatInputModule} from '@angular/material/input'; | |
| import {MatAutocompleteModule} from '@angular/material/autocomplete'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../topeka-elements/category-images.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> | |
| <link rel="import" href="../core-icons/av-icons.html"> | |
| <link rel="import" href="../paper-fab/paper-fab.html"> | |
| <polymer-element name="my-element"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Git versioning | |
| IDE's - Sublime, Console, xCode, Visual Basic, JSFiddle | |
| HTML & Markup Languages, Inspect Browser | |
| CSS, Bootstrap, Wireframing | |
| Code Development Resources - Stack Overflow, Code Academy, GitHub, Hacker News, | |
| Advanced Math & Logic | |
| Javascript, Advanced Javascript & Node.js | |
| MVC, Frameworks, Scaffolding | |
| Ruby & Ruby on Rails | |
| Python |