Skip to content

Instantly share code, notes, and snippets.

View Yelinz's full-sized avatar
🧠
Always learning

Yelin Zhang Yelinz

🧠
Always learning
View GitHub Profile
@Yelinz
Yelinz / controllers.application\.js
Last active October 12, 2020 12:50
Deprecation
import Controller from '@ember/controller';
import { tracked } from '@glimmer/tracking';
export default class ApplicationController extends Controller {
@tracked appName = 'Ember Twiddle';
get name() {
this.appName = "Test"
if (this.appName === "Test") {
[tool.poetry]
name = "project"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "~3.7.0"
[tool.poetry.dev-dependencies]