Skip to content

Commit

Permalink
Merge pull request gothinkster#147 from StephenFluin/master
Browse files Browse the repository at this point in the history
remove 2 form name, remove dep on devkit-core
  • Loading branch information
juristr authored May 22, 2019
2 parents 0a02f2b + 1651f7d commit 7410c67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![RealWorld Frontend](https://img.shields.io/badge/realworld-frontend-%23783578.svg)](http://realworld.io)
[![Build Status](https://travis-ci.org/gothinkster/angular-realworld-example-app.svg?branch=master)](https://travis-ci.org/gothinkster/angular-realworld-example-app)

# ![Angular 2+ Example App](logo.png)
# ![Angular Example App](logo.png)

> ### Angular codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld-example-apps) spec and API.
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
],
"private": true,
"dependencies": {
"@angular-devkit/core": "^0.6.8",
"@angular/animations": "7.2.4",
"@angular/common": "7.2.4",
"@angular/compiler": "7.2.4",
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="banner" *appShowAuthed="false">
<div class="container">
<h1 class="logo-font">conduit</h1>
<p>A place to share your <i>Angular 2</i> knowledge.</p>
<p>A place to share your <i>Angular</i> knowledge.</p>
</div>
</div>

Expand Down

0 comments on commit 7410c67

Please sign in to comment.