Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested rules, mixins, functions, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized and makes it easy to share design within and across projects. If you’re looking for an introduction to Sass, check out the tutorial. If you want to look up a built-in Sass function,
I'm looking for a way to bind a function to my whole page (when a user presses a key, I want it to trigger a function in my component.ts) It was easy in AngularJS with a ng-keypress but it does not work with (keypress)="handleInput($event)". I tried it with a div wrapper on the whole page but it doesn't seem to work. it only works when the focus is on it. <div (keypress)="handleInput($event)" tabi
コーディングをしていて IE で崩れていると連絡を受けてしまいました。 IE11のサポートしてたのですが、まぁ流石にもうIEでも大丈夫だろうと思ってたら、まさかIE6時代のようにバグに遭遇してしまいました。 マイクロソフトを信じたのが間違いだった... 発生していたバグ: inline-blockが親要素を突き破ってしまう例 inline-blockで横並びにした要素内の画像が親要素の幅を無視して表示されてしまっていた。 HTML div(class="inline-block width200px") div(class="inline-block") img(src="width 300px の画像") div(class="block width200px") div(class="inline-block") img(src="width 300px の画像") CSS .bloc
業務用のアプリケーション作ってるときに大概あるのがCSV出力ですが WEBでCSV出力するときに、ちょいとはまったのでメモがてらに記事投稿します。 記事投稿時のAngularはV4です。 「IEで」下図のような感じで動くのを作ります エクスポートしたCSVどうやってWEBで受け取るの? 一番単純な方法はAPIのURLを叩くのみですね。 window.location.href = "CSVを出力するAPIのURL"; CSVのレスポンスがあれば勝手にDLが始まります。 ただ、Chromeとかだと問題ないのですが IEとかEdgeとかだと、utf-8のFormatでDLしようとしやがるので 場合によっては(shift-jisのファイルとか…)文字化けします。 こんな感じで… あと、上記の方法だとビジネスロジックのエラー発生時にハンドリングしづらいです。 対策 受け取ったCSVデータからBLO
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く