Created
November 5, 2017 20:12
-
-
Save arutnik/d28a785cd3714d8eac4b9ff127507f18 to your computer and use it in GitHub Desktop.
SFA Part 4: Using static resource pipe
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
| <!--The content below is only a placeholder and can be replaced.--> | |
| <div style="text-align:center"> | |
| <h1> | |
| {{title}}! | |
| </h1> | |
| <img [src]="'assets/salesforce.png' | staticpath"> | |
| </div> | |
| <h2>Here are some links to help you start: </h2> | |
| <ul> | |
| <router-outlet></router-outlet> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment