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
| ////////////////////////// | |
| // Follow the steps below | |
| ////////////////////////// | |
| // Edit environment..ts | |
| export const environment = { | |
| VERSION: require('../../package.json').version | |
| }; | |
| // Edit your component: |
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
| <!-- More examples are here https://www.codeply.com/go/qhaBrcWp3v --> | |
| <nav class="navbar navbar-expand-lg navbar-light bg-light justify-content-center"> | |
| <div class="d-flex mr-auto"> | |
| <a class="navbar-brand logo-font p-0">TEST SYSTEM</a><span class="app-version text-secondary">1.0.0</span> | |
| </div> | |
| <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation"> | |
| <span class="navbar-toggler-icon"></span> | |
| </button> |
OlderNewer